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