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