Method lrs::fd::DescriptionFlags::unset

Clears a flag.

Syntax

impl DescriptionFlags {
    fn unset(&mut self, flag: DescriptionFlags) -> ()
}

Arguments

NameDescription
flag

The flag to be cleared.