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