Union WHEA_IN_USE_PAGE_NOTIFY_FLAGS
#[repr(C)]
pub union WHEA_IN_USE_PAGE_NOTIFY_FLAGS {
pub Bits: WHEA_IN_USE_PAGE_NOTIFY_FLAGS_0,
pub AsUCHAR: u8,
}
Fields§
§Bits: WHEA_IN_USE_PAGE_NOTIFY_FLAGS_0
§AsUCHAR: u8
Trait Implementations§
§impl Clone for WHEA_IN_USE_PAGE_NOTIFY_FLAGS
impl Clone for WHEA_IN_USE_PAGE_NOTIFY_FLAGS
§fn clone(&self) -> WHEA_IN_USE_PAGE_NOTIFY_FLAGS
fn clone(&self) -> WHEA_IN_USE_PAGE_NOTIFY_FLAGS
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_IN_USE_PAGE_NOTIFY_FLAGS
Auto Trait Implementations§
impl Freeze for WHEA_IN_USE_PAGE_NOTIFY_FLAGS
impl RefUnwindSafe for WHEA_IN_USE_PAGE_NOTIFY_FLAGS
impl Send for WHEA_IN_USE_PAGE_NOTIFY_FLAGS
impl Sync for WHEA_IN_USE_PAGE_NOTIFY_FLAGS
impl Unpin for WHEA_IN_USE_PAGE_NOTIFY_FLAGS
impl UnwindSafe for WHEA_IN_USE_PAGE_NOTIFY_FLAGS
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