Struct windows_sys::Win32::System::Diagnostics::Debug::WHEA_AER_ENDPOINT_DESCRIPTOR
#[repr(C, packed(1))]pub struct WHEA_AER_ENDPOINT_DESCRIPTOR {
pub Type: u16,
pub Enabled: BOOLEAN,
pub Reserved: u8,
pub BusNumber: u32,
pub Slot: WHEA_PCI_SLOT_NUMBER,
pub DeviceControl: u16,
pub Flags: AER_ENDPOINT_DESCRIPTOR_FLAGS,
pub UncorrectableErrorMask: u32,
pub UncorrectableErrorSeverity: u32,
pub CorrectableErrorMask: u32,
pub AdvancedCapsAndControl: u32,
}
Fields§
§Type: u16
§Enabled: BOOLEAN
§Reserved: u8
§BusNumber: u32
§Slot: WHEA_PCI_SLOT_NUMBER
§DeviceControl: u16
§Flags: AER_ENDPOINT_DESCRIPTOR_FLAGS
§UncorrectableErrorMask: u32
§UncorrectableErrorSeverity: u32
§CorrectableErrorMask: u32
§AdvancedCapsAndControl: u32
Trait Implementations§
§impl Clone for WHEA_AER_ENDPOINT_DESCRIPTOR
impl Clone for WHEA_AER_ENDPOINT_DESCRIPTOR
§fn clone(&self) -> WHEA_AER_ENDPOINT_DESCRIPTOR
fn clone(&self) -> WHEA_AER_ENDPOINT_DESCRIPTOR
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_AER_ENDPOINT_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for WHEA_AER_ENDPOINT_DESCRIPTOR
impl RefUnwindSafe for WHEA_AER_ENDPOINT_DESCRIPTOR
impl Send for WHEA_AER_ENDPOINT_DESCRIPTOR
impl Sync for WHEA_AER_ENDPOINT_DESCRIPTOR
impl Unpin for WHEA_AER_ENDPOINT_DESCRIPTOR
impl UnwindSafe for WHEA_AER_ENDPOINT_DESCRIPTOR
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)