Struct 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 moreimpl 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