#[repr(u8)]pub enum Cpu0Cbus {
LEVEL0 = 0,
LEVEL1 = 1,
LEVEL2 = 2,
LEVEL3 = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Cpu0Cbus
impl Ord for Cpu0Cbus
Source§impl PartialOrd for Cpu0Cbus
impl PartialOrd for Cpu0Cbus
impl Copy for Cpu0Cbus
impl Eq for Cpu0Cbus
impl StructuralPartialEq for Cpu0Cbus
Auto Trait Implementations§
impl Freeze for Cpu0Cbus
impl RefUnwindSafe for Cpu0Cbus
impl Send for Cpu0Cbus
impl Sync for Cpu0Cbus
impl Unpin for Cpu0Cbus
impl UnwindSafe for Cpu0Cbus
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