struct NumericPciSubClass(u8);Tuple Fields§
§0: u8Trait Implementations§
Source§impl PciSubclass for NumericPciSubClass
impl PciSubclass for NumericPciSubClass
Source§fn get_register_value(&self) -> u8
fn get_register_value(&self) -> u8
Convert this subclass to the value used in the PCI specification.
Auto Trait Implementations§
impl Freeze for NumericPciSubClass
impl RefUnwindSafe for NumericPciSubClass
impl Send for NumericPciSubClass
impl Sync for NumericPciSubClass
impl Unpin for NumericPciSubClass
impl UnwindSafe for NumericPciSubClass
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