struct ExtCap {
offset: u32,
size: u32,
next: u16,
is_skipped: bool,
}Expand description
PCI Express Extended Capabilities information
Fields§
§offset: u32cap offset in Configuration Space
size: u32cap size
next: u16next offset, set next non-skipped offset for non-skipped ext cap
is_skipped: boolwhether to be exposed to guest
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtCap
impl RefUnwindSafe for ExtCap
impl Send for ExtCap
impl Sync for ExtCap
impl Unpin for ExtCap
impl UnwindSafe for ExtCap
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