Struct coded_chars::control::mode::Mode

source ·
pub struct Mode { /* private fields */ }

Implementations§

source§

impl Mode

source

pub fn new() -> Self

source

pub fn guarded_area_transfer(&mut self) -> &mut Self

source

pub fn keyboard_action(&mut self) -> &mut Self

source

pub fn control_representation(&mut self) -> &mut Self

source

pub fn insertion_replacement(&mut self) -> &mut Self

source

pub fn status_report_transfer(&mut self) -> &mut Self

source

pub fn erasure(&mut self) -> &mut Self

source

pub fn line_editing(&mut self) -> &mut Self

source

pub fn bi_directional_support(&mut self) -> &mut Self

source

pub fn device_component_select(&mut self) -> &mut Self

source

pub fn character_editing(&mut self) -> &mut Self

source

pub fn positioning_unit(&mut self) -> &mut Self

source

pub fn send_receive(&mut self) -> &mut Self

source

pub fn format_effector_action(&mut self) -> &mut Self

source

pub fn format_effector_transfer(&mut self) -> &mut Self

source

pub fn multiple_area_transfer(&mut self) -> &mut Self

source

pub fn transfert_termination(&mut self) -> &mut Self

source

pub fn selected_area_transfer(&mut self) -> &mut Self

source

pub fn tabulation_stop(&mut self) -> &mut Self

source

pub fn graphic_rendition_combination(&mut self) -> &mut Self

source

pub fn zero_default(&mut self) -> &mut Self

source

pub fn set(&self) -> ControlSequence

source

pub fn reset(&self) -> ControlSequence

Auto Trait Implementations§

§

impl Freeze for Mode

§

impl RefUnwindSafe for Mode

§

impl Send for Mode

§

impl Sync for Mode

§

impl Unpin for Mode

§

impl UnwindSafe for Mode

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

source§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.