pub struct PciCapabilityAddress {
pub address: PciAddress,
pub offset: u16,
}
Fields§
§address: PciAddress
§offset: u16
Trait Implementations§
Source§impl Clone for PciCapabilityAddress
impl Clone for PciCapabilityAddress
Source§fn clone(&self) -> PciCapabilityAddress
fn clone(&self) -> PciCapabilityAddress
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 PciCapabilityAddress
impl Debug for PciCapabilityAddress
impl Copy for PciCapabilityAddress
Auto Trait Implementations§
impl Freeze for PciCapabilityAddress
impl RefUnwindSafe for PciCapabilityAddress
impl Send for PciCapabilityAddress
impl Sync for PciCapabilityAddress
impl Unpin for PciCapabilityAddress
impl UnwindSafe for PciCapabilityAddress
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