pub struct UnixMode(pub u32);
Tuple Fields§
§0: u32
Implementations§
source§impl UnixMode
impl UnixMode
pub const IFMT: Self = _
pub const IFSOCK: Self = _
pub const IFLNK: Self = _
pub const IFREG: Self = _
pub const IFBLK: Self = _
pub const IFDIR: Self = _
pub const IFCHR: Self = _
pub const IFIFO: Self = _
pub const ISUID: Self = _
pub const ISGID: Self = _
pub const ISVTX: Self = _
Trait Implementations§
source§impl BitAndAssign<UnixMode> for UnixMode
impl BitAndAssign<UnixMode> for UnixMode
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<UnixMode> for UnixMode
impl BitOrAssign<UnixMode> for UnixMode
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read more