#[repr(C)]pub struct Struct_acpi_gtdt_timer_entry {
pub FrameNumber: UINT8,
pub Reserved: [UINT8; 3],
pub BaseAddress: UINT64,
pub El0BaseAddress: UINT64,
pub TimerInterrupt: UINT32,
pub TimerFlags: UINT32,
pub VirtualTimerInterrupt: UINT32,
pub VirtualTimerFlags: UINT32,
pub CommonFlags: UINT32,
}Fields§
§FrameNumber: UINT8§Reserved: [UINT8; 3]§BaseAddress: UINT64§El0BaseAddress: UINT64§TimerInterrupt: UINT32§TimerFlags: UINT32§VirtualTimerInterrupt: UINT32§VirtualTimerFlags: UINT32§CommonFlags: UINT32Trait Implementations§
Source§impl Clone for Struct_acpi_gtdt_timer_entry
impl Clone for Struct_acpi_gtdt_timer_entry
impl Copy for Struct_acpi_gtdt_timer_entry
Auto Trait Implementations§
impl Freeze for Struct_acpi_gtdt_timer_entry
impl RefUnwindSafe for Struct_acpi_gtdt_timer_entry
impl Send for Struct_acpi_gtdt_timer_entry
impl Sync for Struct_acpi_gtdt_timer_entry
impl Unpin for Struct_acpi_gtdt_timer_entry
impl UnwindSafe for Struct_acpi_gtdt_timer_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