LinkatFlags

Type Alias LinkatFlags 

Source
pub type LinkatFlags = AtFlags;
Available on crate feature fs only.

Aliased Type§

pub struct LinkatFlags(/* private fields */);

Implementations§

Source§

impl LinkatFlags

Source

pub const SymlinkFollow: LinkatFlags = LinkatFlags::AT_SYMLINK_FOLLOW

👎Deprecated since 0.28.0: The variant is deprecated, please use AtFlags instead
Source

pub const NoSymlinkFollow: LinkatFlags

👎Deprecated since 0.28.0: The variant is deprecated, please use AtFlags instead

Layout§

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 4 bytes