#[repr(u8)]pub enum PciOtherSubclass {
Other = 255,
}Expand description
Subclasses for PciClassCode Other.
Variants§
Other = 255
Trait Implementations§
Source§impl Clone for PciOtherSubclass
impl Clone for PciOtherSubclass
Source§fn clone(&self) -> PciOtherSubclass
fn clone(&self) -> PciOtherSubclass
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 PciOtherSubclass
impl PciSubclass for PciOtherSubclass
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 PciOtherSubclass
Auto Trait Implementations§
impl Freeze for PciOtherSubclass
impl RefUnwindSafe for PciOtherSubclass
impl Send for PciOtherSubclass
impl Sync for PciOtherSubclass
impl Unpin for PciOtherSubclass
impl UnwindSafe for PciOtherSubclass
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