Struct VARENUM
#[repr(transparent)]pub struct VARENUM(pub u16);
Tuple Fields§
§0: u16
Implementations§
Trait Implementations§
§impl BitAndAssign for VARENUM
impl BitAndAssign for VARENUM
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOrAssign for VARENUM
impl BitOrAssign for VARENUM
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read moreimpl Copy for VARENUM
impl Eq for VARENUM
impl StructuralPartialEq for VARENUM
Auto Trait Implementations§
impl Freeze for VARENUM
impl RefUnwindSafe for VARENUM
impl Send for VARENUM
impl Sync for VARENUM
impl Unpin for VARENUM
impl UnwindSafe for VARENUM
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