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