#[repr(u8)]pub enum RemapUsbHs {
DISABLE = 0,
ENABLE = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
DISABLE = 0
RAMX0: alias space is disabled.
ENABLE = 1
RAMX0: same alias space as CPU0_SBUS
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Source§impl RemapUsbHs
impl RemapUsbHs
Trait Implementations§
Source§impl Clone for RemapUsbHs
impl Clone for RemapUsbHs
Source§fn clone(&self) -> RemapUsbHs
fn clone(&self) -> RemapUsbHs
Returns a duplicate 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 Debug for RemapUsbHs
impl Debug for RemapUsbHs
Source§impl From<RemapUsbHs> for u8
impl From<RemapUsbHs> for u8
Source§fn from(val: RemapUsbHs) -> u8
fn from(val: RemapUsbHs) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RemapUsbHs
impl From<u8> for RemapUsbHs
Source§fn from(val: u8) -> RemapUsbHs
fn from(val: u8) -> RemapUsbHs
Converts to this type from the input type.
Source§impl Ord for RemapUsbHs
impl Ord for RemapUsbHs
Source§fn cmp(&self, other: &RemapUsbHs) -> Ordering
fn cmp(&self, other: &RemapUsbHs) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for RemapUsbHs
impl PartialEq for RemapUsbHs
Source§impl PartialOrd for RemapUsbHs
impl PartialOrd for RemapUsbHs
impl Copy for RemapUsbHs
impl Eq for RemapUsbHs
impl StructuralPartialEq for RemapUsbHs
Auto Trait Implementations§
impl Freeze for RemapUsbHs
impl RefUnwindSafe for RemapUsbHs
impl Send for RemapUsbHs
impl Sync for RemapUsbHs
impl Unpin for RemapUsbHs
impl UnwindSafe for RemapUsbHs
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