pub struct CommonCfg { /* private fields */ }Available on crate feature
pci only.Expand description
Common configuration structure
The common configuration structure is found at the bar and offset within the VIRTIO_PCI_CAP_COMMON_CFG capability.
Use CommonCfgVolatileFieldAccess and CommonCfgVolatileWideFieldAccess to work with this struct.
Auto Trait Implementations§
impl Freeze for CommonCfg
impl RefUnwindSafe for CommonCfg
impl Send for CommonCfg
impl Sync for CommonCfg
impl Unpin for CommonCfg
impl UnsafeUnpin for CommonCfg
impl UnwindSafe for CommonCfg
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