Union WHEA_PERSISTENCE_INFO
#[repr(C, packed(1))]
pub union WHEA_PERSISTENCE_INFO {
pub Anonymous: WHEA_PERSISTENCE_INFO_0,
pub AsULONGLONG: u64,
}
Fields§
§Anonymous: WHEA_PERSISTENCE_INFO_0
§AsULONGLONG: u64
Trait Implementations§
§impl Clone for WHEA_PERSISTENCE_INFO
impl Clone for WHEA_PERSISTENCE_INFO
§fn clone(&self) -> WHEA_PERSISTENCE_INFO
fn clone(&self) -> WHEA_PERSISTENCE_INFO
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 moreimpl Copy for WHEA_PERSISTENCE_INFO
Auto Trait Implementations§
impl Freeze for WHEA_PERSISTENCE_INFO
impl RefUnwindSafe for WHEA_PERSISTENCE_INFO
impl Send for WHEA_PERSISTENCE_INFO
impl Sync for WHEA_PERSISTENCE_INFO
impl Unpin for WHEA_PERSISTENCE_INFO
impl UnwindSafe for WHEA_PERSISTENCE_INFO
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