Struct acpica_sys::Struct_acpi_grt_info [] [src]

#[repr(C)]
pub struct Struct_acpi_grt_info { pub Year: UINT16, pub Month: UINT8, pub Day: UINT8, pub Hour: UINT8, pub Minute: UINT8, pub Second: UINT8, pub Valid: UINT8, pub Milliseconds: UINT16, pub Timezone: UINT16, pub Daylight: UINT8, pub Reserved: [UINT8; 3], }

Fields

Trait Implementations

impl Copy for Struct_acpi_grt_info
[src]

impl Clone for Struct_acpi_grt_info
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_acpi_grt_info
[src]

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