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