Struct coded_chars::control::mode::Mode
source · pub struct Mode { /* private fields */ }Implementations§
source§impl Mode
impl Mode
pub fn new() -> Self
pub fn guarded_area_transfer(&mut self) -> &mut Self
pub fn keyboard_action(&mut self) -> &mut Self
pub fn control_representation(&mut self) -> &mut Self
pub fn insertion_replacement(&mut self) -> &mut Self
pub fn status_report_transfer(&mut self) -> &mut Self
pub fn erasure(&mut self) -> &mut Self
pub fn line_editing(&mut self) -> &mut Self
pub fn bi_directional_support(&mut self) -> &mut Self
pub fn device_component_select(&mut self) -> &mut Self
pub fn character_editing(&mut self) -> &mut Self
pub fn positioning_unit(&mut self) -> &mut Self
pub fn send_receive(&mut self) -> &mut Self
pub fn format_effector_action(&mut self) -> &mut Self
pub fn format_effector_transfer(&mut self) -> &mut Self
pub fn multiple_area_transfer(&mut self) -> &mut Self
pub fn transfert_termination(&mut self) -> &mut Self
pub fn selected_area_transfer(&mut self) -> &mut Self
pub fn tabulation_stop(&mut self) -> &mut Self
pub fn graphic_rendition_combination(&mut self) -> &mut Self
pub fn zero_default(&mut self) -> &mut Self
pub fn set(&self) -> ControlSequence
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> 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