Struct acpica_sys::Struct_acpi_asf_info [] [src]

#[repr(C)]
pub struct Struct_acpi_asf_info { pub Header: ACPI_ASF_HEADER, pub MinResetValue: UINT8, pub MinPollInterval: UINT8, pub SystemId: UINT16, pub MfgId: UINT32, pub Flags: UINT8, pub Reserved2: [UINT8; 3], }

Fields

Trait Implementations

impl Copy for Struct_acpi_asf_info
[src]

impl Clone for Struct_acpi_asf_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_asf_info
[src]

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