Struct acpi::HpetInfo [−][src]
Information about the High Precision Event Timer
Fields
event_timer_block_id: u32
base_address: usize
hpet_number: u8
clock_tick_unit: u16
The minimum number of clock ticks that can be set without losing interrupts (for timers in Periodic Mode)
page_protection: PageProtection
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HpetInfo
impl Send for HpetInfo
impl Sync for HpetInfo
impl Unpin for HpetInfo
impl UnwindSafe for HpetInfo
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,