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