enum UsbControllerProgrammingInterface {
Usb3HostController = 48,
}Variants§
Usb3HostController = 48
Trait Implementations§
Source§impl Clone for UsbControllerProgrammingInterface
impl Clone for UsbControllerProgrammingInterface
Source§fn clone(&self) -> UsbControllerProgrammingInterface
fn clone(&self) -> UsbControllerProgrammingInterface
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 PciProgrammingInterface for UsbControllerProgrammingInterface
impl PciProgrammingInterface for UsbControllerProgrammingInterface
Source§fn get_register_value(&self) -> u8
fn get_register_value(&self) -> u8
Convert this programming interface to the value used in the PCI specification.
impl Copy for UsbControllerProgrammingInterface
Auto Trait Implementations§
impl Freeze for UsbControllerProgrammingInterface
impl RefUnwindSafe for UsbControllerProgrammingInterface
impl Send for UsbControllerProgrammingInterface
impl Sync for UsbControllerProgrammingInterface
impl Unpin for UsbControllerProgrammingInterface
impl UnwindSafe for UsbControllerProgrammingInterface
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