pub struct CapabilityEntry {
pub id: u8,
pub register: u16,
}
Expand description
Information to identify and locate capability registers
Fields§
§id: u8
Capability ID defined by PCI-SIG
register: u16
Register number in config space (offset in 4-byte units) of the start of the capability data.
Auto Trait Implementations§
impl Freeze for CapabilityEntry
impl RefUnwindSafe for CapabilityEntry
impl Send for CapabilityEntry
impl Sync for CapabilityEntry
impl Unpin for CapabilityEntry
impl UnwindSafe for CapabilityEntry
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