Struct MEMCTX
#[repr(transparent)]pub struct MEMCTX(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
impl Copy for MEMCTX
impl Eq for MEMCTX
impl StructuralPartialEq for MEMCTX
Auto Trait Implementations§
impl Freeze for MEMCTX
impl RefUnwindSafe for MEMCTX
impl Send for MEMCTX
impl Sync for MEMCTX
impl Unpin for MEMCTX
impl UnwindSafe for MEMCTX
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