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