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