pub struct DeviceAttributeFeature(pub u16);Expand description
A feature that a terminal can report to support.
Tuple Fields§
§0: u16Implementations§
Source§impl DeviceAttributeFeature
impl DeviceAttributeFeature
pub const COLUMNS_132: Self
pub const PRINTER: Self
pub const REGIS: Self
pub const SIXEL: Self
pub const SELECTIVE_ERASE: Self
pub const USER_DEFINED_KEYS: Self
pub const NATIONAL_REPLACEMENT: Self
pub const TECHNICAL_CHARACTERS: Self
pub const LOCATOR: Self
pub const TERMINAL_STATE: Self
pub const WINDOWING: Self
pub const HORIZONTAL_SCROLLING: Self
pub const ANSI_COLOR: Self
pub const RECTANGULAR_EDITING: Self
pub const ANSI_TEXT_LOCATOR: Self
pub const CLIPBOARD: Self
Trait Implementations§
Source§impl Clone for DeviceAttributeFeature
impl Clone for DeviceAttributeFeature
Source§fn clone(&self) -> DeviceAttributeFeature
fn clone(&self) -> DeviceAttributeFeature
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 DeviceAttributeFeature
impl Debug for DeviceAttributeFeature
Source§impl Ord for DeviceAttributeFeature
impl Ord for DeviceAttributeFeature
Source§fn cmp(&self, other: &DeviceAttributeFeature) -> Ordering
fn cmp(&self, other: &DeviceAttributeFeature) -> 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 DeviceAttributeFeature
impl PartialEq for DeviceAttributeFeature
Source§impl PartialOrd for DeviceAttributeFeature
impl PartialOrd for DeviceAttributeFeature
impl Copy for DeviceAttributeFeature
impl Eq for DeviceAttributeFeature
impl StructuralPartialEq for DeviceAttributeFeature
Auto Trait Implementations§
impl Freeze for DeviceAttributeFeature
impl RefUnwindSafe for DeviceAttributeFeature
impl Send for DeviceAttributeFeature
impl Sync for DeviceAttributeFeature
impl Unpin for DeviceAttributeFeature
impl UnsafeUnpin for DeviceAttributeFeature
impl UnwindSafe for DeviceAttributeFeature
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