pub struct RsdtXsdt<'t>(/* private fields */);
Expand description
The Root/Extended System Descriptor Table, RSDT or XSDT. This table primarily contains an array of physical addresses where other ACPI SDTs can be found.
Use the addresses()
method to obtain an Iterator
over those physical addresses.
Implementations§
Auto Trait Implementations§
impl<'t> RefUnwindSafe for RsdtXsdt<'t>
impl<'t> Send for RsdtXsdt<'t>
impl<'t> Sync for RsdtXsdt<'t>
impl<'t> Unpin for RsdtXsdt<'t>
impl<'t> UnwindSafe for RsdtXsdt<'t>
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