pub type FchownatFlags = AtFlags;Aliased Type§
struct FchownatFlags(/* private fields */);Implementations§
Source§impl FchownatFlags
impl FchownatFlags
pub const FollowSymlink: FchownatFlags = _
👎Deprecated since 0.28.0: The variant is deprecated, please use
AtFlags insteadpub const NoFollowSymlink: FchownatFlags = FchownatFlags::AT_SYMLINK_NOFOLLOW
👎Deprecated since 0.28.0: The variant is deprecated, please use
AtFlags instead