pub struct Memwr { /* private fields */ }Expand description
Represents a memwr statement
Implementations§
Trait Implementations§
impl StructuralPartialEq for Memwr
Auto Trait Implementations§
impl Freeze for Memwr
impl RefUnwindSafe for Memwr
impl Send for Memwr
impl Sync for Memwr
impl Unpin for Memwr
impl UnwindSafe for Memwr
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