pub struct BarMapping {
pub index: u8,
pub base_address: u64,
pub len: u64,
}
Expand description
A parsed BAR mapping.
Fields§
§index: u8
Associated BAR register index
base_address: u64
Base address of the mapping
len: u64
Length of the mapping
Trait Implementations§
Source§impl Debug for BarMapping
impl Debug for BarMapping
Auto Trait Implementations§
impl Freeze for BarMapping
impl RefUnwindSafe for BarMapping
impl Send for BarMapping
impl Sync for BarMapping
impl Unpin for BarMapping
impl UnwindSafe for BarMapping
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