pub type Facs = acpi_facs;Aliased Type§
struct Facs {
pub signature: [i8; 4],
pub length: u32,
pub hardware_signature: u32,
pub firmware_waking_vector: u32,
pub global_lock: u32,
pub flags: u32,
pub x_firmware_waking_vector: u64,
pub version: u8,
pub rsvd0: [i8; 3],
pub ospm_flags: u32,
pub rsvd1: [i8; 24],
}Fields§
§signature: [i8; 4]§length: u32§hardware_signature: u32§firmware_waking_vector: u32§global_lock: u32§flags: u32§x_firmware_waking_vector: u64§version: u8§rsvd0: [i8; 3]§ospm_flags: u32§rsvd1: [i8; 24]