#[repr(transparent)]pub struct MEMCTX(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl MEMCTX
impl MEMCTX
pub const MEMCTX_TASK: Self
pub const MEMCTX_SHARED: Self
pub const MEMCTX_MACSYSTEM: Self
pub const MEMCTX_UNKNOWN: Self
pub const MEMCTX_SAME: Self
Trait Implementations§
Source§impl Abi for MEMCTX
impl Abi for MEMCTX
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