Trait method lrs::prelude::v1::FDContainer::is_close_on_exec

Retrieves the status of the close on exec flag.

Syntax

fn is_close_on_exec(&self) -> Result<bool, Errno>

Return value

Returns whether the close on exec flag is set.

See also