Struct termios::control::Chars [-] [+] [src]

pub struct Chars(_);

Control chars

Trait Implementations

impl Index<Char> for Chars

type Output = cc_t

fn index(&self, char: Char) -> &cc_t

impl IndexMut<Char> for Chars

fn index_mut(&mut self, char: Char) -> &mut cc_t

impl Debug for Chars

fn fmt(&self, f: &mut Formatter) -> Result

Derived Implementations

impl Copy for Chars

impl Clone for Chars

fn clone(&self) -> Chars

fn clone_from(&mut self, source: &Self)