pub enum PciSerialBusSubClass {
Firewire = 0,
Accessbus = 1,
Ssa = 2,
Usb = 3,
}Expand description
Subclass of the SerialBus
Variants§
Trait Implementations§
Source§impl Clone for PciSerialBusSubClass
impl Clone for PciSerialBusSubClass
Source§fn clone(&self) -> PciSerialBusSubClass
fn clone(&self) -> PciSerialBusSubClass
Returns a duplicate 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 PciSerialBusSubClass
impl PciSubclass for PciSerialBusSubClass
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 PciSerialBusSubClass
Auto Trait Implementations§
impl Freeze for PciSerialBusSubClass
impl RefUnwindSafe for PciSerialBusSubClass
impl Send for PciSerialBusSubClass
impl Sync for PciSerialBusSubClass
impl Unpin for PciSerialBusSubClass
impl UnwindSafe for PciSerialBusSubClass
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