#[repr(C, packed(1))]
pub union WHEA_PMEM_ERROR_SECTION_VALIDBITS {
pub Anonymous: WHEA_PMEM_ERROR_SECTION_VALIDBITS_0,
pub ValidBits: u64,
}
Fields§
§Anonymous: WHEA_PMEM_ERROR_SECTION_VALIDBITS_0
§ValidBits: u64
Trait Implementations§
§impl Clone for WHEA_PMEM_ERROR_SECTION_VALIDBITS
impl Clone for WHEA_PMEM_ERROR_SECTION_VALIDBITS
impl Copy for WHEA_PMEM_ERROR_SECTION_VALIDBITS
Auto Trait Implementations§
impl RefUnwindSafe for WHEA_PMEM_ERROR_SECTION_VALIDBITS
impl Send for WHEA_PMEM_ERROR_SECTION_VALIDBITS
impl Sync for WHEA_PMEM_ERROR_SECTION_VALIDBITS
impl Unpin for WHEA_PMEM_ERROR_SECTION_VALIDBITS
impl UnwindSafe for WHEA_PMEM_ERROR_SECTION_VALIDBITS
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