pub struct PciSpace64 {
pub address: u64,
pub size: u64,
pub prefetchable: bool,
}Fields§
§address: u64§size: u64§prefetchable: boolTrait Implementations§
Source§impl Clone for PciSpace64
impl Clone for PciSpace64
Source§fn clone(&self) -> PciSpace64
fn clone(&self) -> PciSpace64
Returns a duplicate 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 PciSpace64
impl Debug for PciSpace64
impl Copy for PciSpace64
Auto Trait Implementations§
impl Freeze for PciSpace64
impl RefUnwindSafe for PciSpace64
impl Send for PciSpace64
impl Sync for PciSpace64
impl Unpin for PciSpace64
impl UnwindSafe for PciSpace64
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