#[repr(u8)]pub enum Pic {
PORT_INDICATOR_OFF = 0,
PORT_IND_AMBER = 1,
PORT_IND_GREEN = 2,
UNDEFINED = 3,
}Variants§
PORT_INDICATOR_OFF = 0
Port indicators are off
PORT_IND_AMBER = 1
Amber
PORT_IND_GREEN = 2
Green
UNDEFINED = 3
Undefined
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