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