#[repr(i32)]pub enum tagMEMCTX {
MEMCTX_TASK = 1,
MEMCTX_SHARED = 2,
MEMCTX_MACSYSTEM = 3,
MEMCTX_UNKNOWN = -1,
MEMCTX_SAME = -2,
}Variants§
Trait Implementations§
impl Copy for tagMEMCTX
impl Eq for tagMEMCTX
impl StructuralPartialEq for tagMEMCTX
Auto Trait Implementations§
impl Freeze for tagMEMCTX
impl RefUnwindSafe for tagMEMCTX
impl Send for tagMEMCTX
impl Sync for tagMEMCTX
impl Unpin for tagMEMCTX
impl UnwindSafe for tagMEMCTX
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