pub enum PciWirelessControllerSubclass {
Other = 128,
}Expand description
Subclasses of the WirelessController class.
Variants§
Other = 128
Trait Implementations§
Source§impl Clone for PciWirelessControllerSubclass
impl Clone for PciWirelessControllerSubclass
Source§fn clone(&self) -> PciWirelessControllerSubclass
fn clone(&self) -> PciWirelessControllerSubclass
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 PciWirelessControllerSubclass
impl PciSubclass for PciWirelessControllerSubclass
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 PciWirelessControllerSubclass
Auto Trait Implementations§
impl Freeze for PciWirelessControllerSubclass
impl RefUnwindSafe for PciWirelessControllerSubclass
impl Send for PciWirelessControllerSubclass
impl Sync for PciWirelessControllerSubclass
impl Unpin for PciWirelessControllerSubclass
impl UnwindSafe for PciWirelessControllerSubclass
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