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