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