pub struct PciCapMapping {
mapping: Arc<Mutex<MemoryMapping>>,
offset: usize,
num_regs: usize,
}Expand description
Struct for updating a capabilitiy’s mmio mapping.
Fields§
§mapping: Arc<Mutex<MemoryMapping>>§offset: usize§num_regs: usizeImplementations§
Auto Trait Implementations§
impl Freeze for PciCapMapping
impl RefUnwindSafe for PciCapMapping
impl Send for PciCapMapping
impl Sync for PciCapMapping
impl Unpin for PciCapMapping
impl UnwindSafe for PciCapMapping
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