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