#[repr(transparent)]pub struct CONVINFO_STATUS(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl BitAnd for CONVINFO_STATUS
impl BitAnd for CONVINFO_STATUS
Source§type Output = CONVINFO_STATUS
type Output = CONVINFO_STATUS
The resulting type after applying the
& operator.Source§fn bitand(self, rhs: CONVINFO_STATUS) -> CONVINFO_STATUS
fn bitand(self, rhs: CONVINFO_STATUS) -> CONVINFO_STATUS
Performs the
& operation. Read moreSource§impl BitAndAssign for CONVINFO_STATUS
impl BitAndAssign for CONVINFO_STATUS
Source§fn bitand_assign(&mut self, rhs: CONVINFO_STATUS)
fn bitand_assign(&mut self, rhs: CONVINFO_STATUS)
Performs the
&= operation. Read moreSource§impl BitOr for CONVINFO_STATUS
impl BitOr for CONVINFO_STATUS
Source§type Output = CONVINFO_STATUS
type Output = CONVINFO_STATUS
The resulting type after applying the
| operator.Source§fn bitor(self, rhs: CONVINFO_STATUS) -> CONVINFO_STATUS
fn bitor(self, rhs: CONVINFO_STATUS) -> CONVINFO_STATUS
Performs the
| operation. Read moreSource§impl BitOrAssign for CONVINFO_STATUS
impl BitOrAssign for CONVINFO_STATUS
Source§fn bitor_assign(&mut self, rhs: CONVINFO_STATUS)
fn bitor_assign(&mut self, rhs: CONVINFO_STATUS)
Performs the
|= operation. Read moreSource§impl Clone for CONVINFO_STATUS
impl Clone for CONVINFO_STATUS
Source§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 moreSource§impl Debug for CONVINFO_STATUS
impl Debug for CONVINFO_STATUS
Source§impl Default for CONVINFO_STATUS
impl Default for CONVINFO_STATUS
Source§fn default() -> CONVINFO_STATUS
fn default() -> CONVINFO_STATUS
Returns the “default value” for a type. Read more
Source§impl From<u32> for CONVINFO_STATUS
impl From<u32> for CONVINFO_STATUS
Source§fn from(value: u32) -> CONVINFO_STATUS
fn from(value: u32) -> CONVINFO_STATUS
Converts to this type from the input type.
Source§impl Not for CONVINFO_STATUS
impl Not for CONVINFO_STATUS
Source§type Output = CONVINFO_STATUS
type Output = CONVINFO_STATUS
The resulting type after applying the
! operator.Source§fn not(self) -> CONVINFO_STATUS
fn not(self) -> CONVINFO_STATUS
Performs the unary
! operation. Read moreSource§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