Method lrs::pipe::PipeFlags::is_set

Returns whether a flag is set.

Syntax

impl PipeFlags {
    fn is_set(&self, flag: PipeFlags) -> bool
}

Arguments

NameDescription
flag

The flag to be checked.