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