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