Struct WHEA_ERROR_SOURCE_STATE
#[repr(transparent)]pub struct WHEA_ERROR_SOURCE_STATE(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for WHEA_ERROR_SOURCE_STATE
impl Clone for WHEA_ERROR_SOURCE_STATE
§fn clone(&self) -> WHEA_ERROR_SOURCE_STATE
fn clone(&self) -> WHEA_ERROR_SOURCE_STATE
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 WHEA_ERROR_SOURCE_STATE
impl Debug for WHEA_ERROR_SOURCE_STATE
§impl Default for WHEA_ERROR_SOURCE_STATE
impl Default for WHEA_ERROR_SOURCE_STATE
§fn default() -> WHEA_ERROR_SOURCE_STATE
fn default() -> WHEA_ERROR_SOURCE_STATE
Returns the “default value” for a type. Read more
§impl PartialEq for WHEA_ERROR_SOURCE_STATE
impl PartialEq for WHEA_ERROR_SOURCE_STATE
impl Copy for WHEA_ERROR_SOURCE_STATE
impl Eq for WHEA_ERROR_SOURCE_STATE
impl StructuralPartialEq for WHEA_ERROR_SOURCE_STATE
Auto Trait Implementations§
impl Freeze for WHEA_ERROR_SOURCE_STATE
impl RefUnwindSafe for WHEA_ERROR_SOURCE_STATE
impl Send for WHEA_ERROR_SOURCE_STATE
impl Sync for WHEA_ERROR_SOURCE_STATE
impl Unpin for WHEA_ERROR_SOURCE_STATE
impl UnwindSafe for WHEA_ERROR_SOURCE_STATE
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