Struct acpica_sys::Struct_acpi_asf_rmcp [] [src]

#[repr(C)]
pub struct Struct_acpi_asf_rmcp { pub Header: ACPI_ASF_HEADER, pub Capabilities: [UINT8; 7], pub CompletionCode: UINT8, pub EnterpriseId: UINT32, pub Command: UINT8, pub Parameter: UINT16, pub BootOptions: UINT16, pub OemParameters: UINT16, }

Fields

Trait Implementations

impl Copy for Struct_acpi_asf_rmcp
[src]

impl Clone for Struct_acpi_asf_rmcp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_asf_rmcp
[src]

Returns the "default value" for a type. Read more