#[repr(C, packed(1))]pub struct GenericAddress { /* private fields */ }
Expand description
Extended address structure defined in ACPI 2.0 to support 64-bit systems
Trait Implementations§
Source§impl Clone for GenericAddress
impl Clone for GenericAddress
Source§fn clone(&self) -> GenericAddress
fn clone(&self) -> GenericAddress
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 GenericAddress
impl Debug for GenericAddress
Source§impl PartialEq for GenericAddress
impl PartialEq for GenericAddress
impl Copy for GenericAddress
impl Eq for GenericAddress
impl StructuralPartialEq for GenericAddress
Auto Trait Implementations§
impl Freeze for GenericAddress
impl RefUnwindSafe for GenericAddress
impl Send for GenericAddress
impl Sync for GenericAddress
impl Unpin for GenericAddress
impl UnwindSafe for GenericAddress
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