#[repr(transparent)]pub struct LVGROUP_MASK(pub u32);
Tuple Fields§
§0: u32
Trait Implementations§
Source§impl BitAnd for LVGROUP_MASK
impl BitAnd for LVGROUP_MASK
Source§impl BitAndAssign for LVGROUP_MASK
impl BitAndAssign for LVGROUP_MASK
Source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moreSource§impl BitOr for LVGROUP_MASK
impl BitOr for LVGROUP_MASK
Source§impl BitOrAssign for LVGROUP_MASK
impl BitOrAssign for LVGROUP_MASK
Source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moreSource§impl Clone for LVGROUP_MASK
impl Clone for LVGROUP_MASK
Source§fn clone(&self) -> LVGROUP_MASK
fn clone(&self) -> LVGROUP_MASK
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LVGROUP_MASK
impl Debug for LVGROUP_MASK
Source§impl Default for LVGROUP_MASK
impl Default for LVGROUP_MASK
Source§fn default() -> LVGROUP_MASK
fn default() -> LVGROUP_MASK
Returns the “default value” for a type. Read more
Source§impl From<u32> for LVGROUP_MASK
impl From<u32> for LVGROUP_MASK
Source§impl Not for LVGROUP_MASK
impl Not for LVGROUP_MASK
Source§impl PartialEq for LVGROUP_MASK
impl PartialEq for LVGROUP_MASK
impl Copy for LVGROUP_MASK
impl Eq for LVGROUP_MASK
impl StructuralPartialEq for LVGROUP_MASK
Auto Trait Implementations§
impl Freeze for LVGROUP_MASK
impl RefUnwindSafe for LVGROUP_MASK
impl Send for LVGROUP_MASK
impl Sync for LVGROUP_MASK
impl Unpin for LVGROUP_MASK
impl UnwindSafe for LVGROUP_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