pub struct BarRange {
pub addr: u64,
pub size: u64,
pub prefetchable: bool,
}Expand description
Pci Bar Range information
Fields§
§addr: u64pci bar start address
size: u64pci bar size
prefetchable: boolpci bar is prefetchable or not, it used to set parent’s bridge window
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BarRange
impl RefUnwindSafe for BarRange
impl Send for BarRange
impl Sync for BarRange
impl Unpin for BarRange
impl UnwindSafe for BarRange
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