Struct wasm_component::bindings::_RetArea
source · #[repr(align(4))]struct _RetArea([u8; 8]);
Tuple Fields§
§0: [u8; 8]
Auto Trait Implementations§
impl RefUnwindSafe for _RetArea
impl Send for _RetArea
impl Sync for _RetArea
impl Unpin for _RetArea
impl UnwindSafe for _RetArea
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more