Trait termios::traits::Contains [-] [+] [src]

pub trait Contains<T> {
    fn contains(&self, T) -> bool;
}

Overloaded contains() method

Required Methods

fn contains(&self, T) -> bool

Checks if the structure contains the flag

Implementors