Trait FlagExt

Source
pub trait FlagExt {
    // Required methods
    fn set(&mut self) -> bool;
    fn check(&mut self) -> bool;
}

Required Methods§

Source

fn set(&mut self) -> bool

Source

fn check(&mut self) -> bool

Implementations on Foreign Types§

Source§

impl FlagExt for bool

Source§

fn set(&mut self) -> bool

Source§

fn check(&mut self) -> bool

Implementors§