pub enum PciBaseSystemPeripheralSubclass {
Iommu = 6,
Other = 128,
}Expand description
Subclasses of the BaseSystemPeripheral class.
Variants§
Trait Implementations§
Source§impl Clone for PciBaseSystemPeripheralSubclass
impl Clone for PciBaseSystemPeripheralSubclass
Source§fn clone(&self) -> PciBaseSystemPeripheralSubclass
fn clone(&self) -> PciBaseSystemPeripheralSubclass
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PciSubclass for PciBaseSystemPeripheralSubclass
impl PciSubclass for PciBaseSystemPeripheralSubclass
Source§fn get_register_value(&self) -> u8
fn get_register_value(&self) -> u8
Convert this subclass to the value used in the PCI specification.
impl Copy for PciBaseSystemPeripheralSubclass
Auto Trait Implementations§
impl Freeze for PciBaseSystemPeripheralSubclass
impl RefUnwindSafe for PciBaseSystemPeripheralSubclass
impl Send for PciBaseSystemPeripheralSubclass
impl Sync for PciBaseSystemPeripheralSubclass
impl Unpin for PciBaseSystemPeripheralSubclass
impl UnwindSafe for PciBaseSystemPeripheralSubclass
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