Struct hpet::HpetAcpiTable
source · #[repr(C, packed(1))]pub struct HpetAcpiTable { /* private fields */ }
Expand description
The structure of the HPET ACPI table.
Implementations§
source§impl HpetAcpiTable
impl HpetAcpiTable
sourcepub fn get(acpi_tables: &AcpiTables) -> Option<&HpetAcpiTable>
pub fn get(acpi_tables: &AcpiTables) -> Option<&HpetAcpiTable>
Finds the HPET in the given AcpiTables
and returns a reference to it.
Trait Implementations§
source§impl Clone for HpetAcpiTable
impl Clone for HpetAcpiTable
source§fn clone(&self) -> HpetAcpiTable
fn clone(&self) -> HpetAcpiTable
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for HpetAcpiTable
impl Debug for HpetAcpiTable
impl Copy for HpetAcpiTable
impl FromBytes for HpetAcpiTable
Auto Trait Implementations§
impl RefUnwindSafe for HpetAcpiTable
impl Send for HpetAcpiTable
impl Sync for HpetAcpiTable
impl Unpin for HpetAcpiTable
impl UnwindSafe for HpetAcpiTable
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