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