#[repr(u8)]pub enum RemapUsbFsEnet {
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§
Trait Implementations§
Source§impl Clone for RemapUsbFsEnet
impl Clone for RemapUsbFsEnet
Source§fn clone(&self) -> RemapUsbFsEnet
fn clone(&self) -> RemapUsbFsEnet
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 RemapUsbFsEnet
impl Debug for RemapUsbFsEnet
Source§impl From<RemapUsbFsEnet> for u8
impl From<RemapUsbFsEnet> for u8
Source§fn from(val: RemapUsbFsEnet) -> u8
fn from(val: RemapUsbFsEnet) -> u8
Converts to this type from the input type.
Source§impl From<u8> for RemapUsbFsEnet
impl From<u8> for RemapUsbFsEnet
Source§fn from(val: u8) -> RemapUsbFsEnet
fn from(val: u8) -> RemapUsbFsEnet
Converts to this type from the input type.
Source§impl Ord for RemapUsbFsEnet
impl Ord for RemapUsbFsEnet
Source§fn cmp(&self, other: &RemapUsbFsEnet) -> Ordering
fn cmp(&self, other: &RemapUsbFsEnet) -> 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 RemapUsbFsEnet
impl PartialEq for RemapUsbFsEnet
Source§impl PartialOrd for RemapUsbFsEnet
impl PartialOrd for RemapUsbFsEnet
impl Copy for RemapUsbFsEnet
impl Eq for RemapUsbFsEnet
impl StructuralPartialEq for RemapUsbFsEnet
Auto Trait Implementations§
impl Freeze for RemapUsbFsEnet
impl RefUnwindSafe for RemapUsbFsEnet
impl Send for RemapUsbFsEnet
impl Sync for RemapUsbFsEnet
impl Unpin for RemapUsbFsEnet
impl UnwindSafe for RemapUsbFsEnet
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