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