#[repr(u32)]pub enum UsbModule {
UsbPspCm = 1,
UsbAcc = 2,
UsbMic = 3,
UsbCam = 4,
UsbGps = 5,
}Variants§
UsbPspCm = 1
UsbAcc = 2
UsbMic = 3
Requires UsbAcc loading first
UsbCam = 4
Requires UsbAcc loading first
UsbGps = 5
Requires UsbAcc loading first
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for UsbModule
impl Send for UsbModule
impl Sync for UsbModule
impl Unpin for UsbModule
impl UnwindSafe for UsbModule
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