#[repr(u8)]pub enum Usb0 {
USB0_0 = 0,
USB0_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
USB0_0 = 0
RAMX0: alias space is disabled.
USB0_1 = 1
RAMX0: same alias space as CPU0_SBUS
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Usb0
impl Ord for Usb0
Source§impl PartialOrd for Usb0
impl PartialOrd for Usb0
impl Copy for Usb0
impl Eq for Usb0
impl StructuralPartialEq for Usb0
Auto Trait Implementations§
impl Freeze for Usb0
impl RefUnwindSafe for Usb0
impl Send for Usb0
impl Sync for Usb0
impl Unpin for Usb0
impl UnwindSafe for Usb0
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