#[repr(C)]pub struct PciMemoryRange {
pub base: i64,
pub limit: i64,
}Fields§
§base: i64§limit: i64Trait Implementations§
Source§impl Clone for PciMemoryRange
impl Clone for PciMemoryRange
Source§fn clone(&self) -> PciMemoryRange
fn clone(&self) -> PciMemoryRange
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 PciMemoryRange
impl Debug for PciMemoryRange
impl Copy for PciMemoryRange
Auto Trait Implementations§
impl Freeze for PciMemoryRange
impl RefUnwindSafe for PciMemoryRange
impl Send for PciMemoryRange
impl Sync for PciMemoryRange
impl Unpin for PciMemoryRange
impl UnwindSafe for PciMemoryRange
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