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