pub struct ConformanceLevel(pub u16);Expand description
The level of conformance to the behavior of a specific or a family of physical terminal models.
Tuple Fields§
§0: u16Implementations§
Source§impl ConformanceLevel
impl ConformanceLevel
pub const VT100: Self
pub const VT101: Self
pub const VT102: Self
pub const VT125: Self
pub const VT131: Self
pub const VT132: Self
pub const VT220: Self
pub const VT240: Self
pub const VT320: Self
pub const VT340: Self
pub const VT420: Self
pub const VT510: Self
pub const VT520: Self
pub const VT525: Self
Trait Implementations§
Source§impl Clone for ConformanceLevel
impl Clone for ConformanceLevel
Source§fn clone(&self) -> ConformanceLevel
fn clone(&self) -> ConformanceLevel
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 ConformanceLevel
impl Debug for ConformanceLevel
Source§impl Ord for ConformanceLevel
impl Ord for ConformanceLevel
Source§fn cmp(&self, other: &ConformanceLevel) -> Ordering
fn cmp(&self, other: &ConformanceLevel) -> 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 ConformanceLevel
impl PartialEq for ConformanceLevel
Source§impl PartialOrd for ConformanceLevel
impl PartialOrd for ConformanceLevel
impl Copy for ConformanceLevel
impl Eq for ConformanceLevel
impl StructuralPartialEq for ConformanceLevel
Auto Trait Implementations§
impl Freeze for ConformanceLevel
impl RefUnwindSafe for ConformanceLevel
impl Send for ConformanceLevel
impl Sync for ConformanceLevel
impl Unpin for ConformanceLevel
impl UnsafeUnpin for ConformanceLevel
impl UnwindSafe for ConformanceLevel
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