#[repr(C)]pub struct Struct_acpi_mtmr_entry {
pub PhysicalAddress: ACPI_GENERIC_ADDRESS,
pub Frequency: UINT32,
pub Irq: UINT32,
}Fields§
§PhysicalAddress: ACPI_GENERIC_ADDRESS§Frequency: UINT32§Irq: UINT32Trait Implementations§
Source§impl Clone for Struct_acpi_mtmr_entry
impl Clone for Struct_acpi_mtmr_entry
Source§impl Default for Struct_acpi_mtmr_entry
impl Default for Struct_acpi_mtmr_entry
impl Copy for Struct_acpi_mtmr_entry
Auto Trait Implementations§
impl Freeze for Struct_acpi_mtmr_entry
impl RefUnwindSafe for Struct_acpi_mtmr_entry
impl Send for Struct_acpi_mtmr_entry
impl Sync for Struct_acpi_mtmr_entry
impl Unpin for Struct_acpi_mtmr_entry
impl UnwindSafe for Struct_acpi_mtmr_entry
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