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