Trait AsptStruct

Source
pub trait AsptStruct:
    IntoBytes
    + Immutable
    + KnownLayout {
    const TYPE: AsptStructType;
}

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl AsptStruct for AcpiMailboxRegisters

Source§

const TYPE: AsptStructType = AsptStructType::ACPI_MAILBOX_REGISTERS

Source§

impl AsptStruct for AspGlobalRegisters

Source§

const TYPE: AsptStructType = AsptStructType::ASP_GLOBAL_REGISTERS

Source§

impl AsptStruct for SevMailboxRegisters

Source§

const TYPE: AsptStructType = AsptStructType::SEV_MAILBOX_REGISTERS