pub struct Memory32Fixed { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl ResourceObject for Memory32Fixed
impl ResourceObject for Memory32Fixed
Auto Trait Implementations§
impl Freeze for Memory32Fixed
impl RefUnwindSafe for Memory32Fixed
impl Send for Memory32Fixed
impl Sync for Memory32Fixed
impl Unpin for Memory32Fixed
impl UnwindSafe for Memory32Fixed
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