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