Method lrs::pipe::SpliceFlags::is_set

Returns whether a flag is set.

Syntax

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

Arguments

NameDescription
flag

The flag to be checked.