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