pub struct FadtInfo {
pub sci_interrupt: u16,
pub smi_cmd_port: u32,
pub acpi_enable: u8,
pub acpi_disable: u8,
pub pm1a_evt_blk: u32,
pub pm1a_cnt_blk: u32,
pub pm_timer_blk: u32,
pub pm_timer_len: u8,
pub reset_reg_addr: u64,
pub reset_value: u8,
pub century: u8,
pub flags: u32,
}Fields§
§sci_interrupt: u16§smi_cmd_port: u32§acpi_enable: u8§acpi_disable: u8§pm1a_evt_blk: u32§pm1a_cnt_blk: u32§pm_timer_blk: u32§pm_timer_len: u8§reset_reg_addr: u64§reset_value: u8§century: u8§flags: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for FadtInfo
impl RefUnwindSafe for FadtInfo
impl Send for FadtInfo
impl Sync for FadtInfo
impl Unpin for FadtInfo
impl UnsafeUnpin for FadtInfo
impl UnwindSafe for FadtInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more