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