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