Struct windows::Wdk::System::SystemServices::EFI_ACPI_RAS_SIGNAL_TABLE
#[repr(C, packed(1))]pub struct EFI_ACPI_RAS_SIGNAL_TABLE {
pub Header: WHEA_ACPI_HEADER,
pub NumberRecord: u32,
pub Entries: [SIGNAL_REG_VALUE; 1],
}
Fields§
§Header: WHEA_ACPI_HEADER
§NumberRecord: u32
§Entries: [SIGNAL_REG_VALUE; 1]
Trait Implementations§
§impl Clone for EFI_ACPI_RAS_SIGNAL_TABLE
impl Clone for EFI_ACPI_RAS_SIGNAL_TABLE
§fn clone(&self) -> EFI_ACPI_RAS_SIGNAL_TABLE
fn clone(&self) -> EFI_ACPI_RAS_SIGNAL_TABLE
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 more§impl Default for EFI_ACPI_RAS_SIGNAL_TABLE
impl Default for EFI_ACPI_RAS_SIGNAL_TABLE
impl Copy for EFI_ACPI_RAS_SIGNAL_TABLE
Auto Trait Implementations§
impl Freeze for EFI_ACPI_RAS_SIGNAL_TABLE
impl RefUnwindSafe for EFI_ACPI_RAS_SIGNAL_TABLE
impl Send for EFI_ACPI_RAS_SIGNAL_TABLE
impl Sync for EFI_ACPI_RAS_SIGNAL_TABLE
impl Unpin for EFI_ACPI_RAS_SIGNAL_TABLE
impl UnwindSafe for EFI_ACPI_RAS_SIGNAL_TABLE
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
)