[−][src]Struct rc_zip::UnixMode
Methods
impl UnixMode
[src]
pub const IFMT: Self
[src]
pub const IFSOCK: Self
[src]
pub const IFLNK: Self
[src]
pub const IFREG: Self
[src]
pub const IFBLK: Self
[src]
pub const IFDIR: Self
[src]
pub const IFCHR: Self
[src]
pub const IFIFO: Self
[src]
pub const ISUID: Self
[src]
pub const ISGID: Self
[src]
pub const ISVTX: Self
[src]
impl UnixMode
[src]
Trait Implementations
impl BitAnd<UnixMode> for UnixMode
[src]
type Output = Self
The resulting type after applying the &
operator.
fn bitand(self, rhs: Self) -> Self
[src]
impl BitAndAssign<UnixMode> for UnixMode
[src]
fn bitand_assign(&mut self, rhs: Self)
[src]
impl BitOr<UnixMode> for UnixMode
[src]
type Output = Self
The resulting type after applying the |
operator.
fn bitor(self, rhs: Self) -> Self
[src]
impl BitOrAssign<UnixMode> for UnixMode
[src]
fn bitor_assign(&mut self, rhs: Self)
[src]
impl Clone for UnixMode
[src]
impl Copy for UnixMode
[src]
impl Debug for UnixMode
[src]
impl Eq for UnixMode
[src]
impl From<UnixMode> for Mode
[src]
impl From<u32> for UnixMode
[src]
impl Hash for UnixMode
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<UnixMode> for UnixMode
[src]
impl StructuralEq for UnixMode
[src]
impl StructuralPartialEq for UnixMode
[src]
Auto Trait Implementations
impl RefUnwindSafe for UnixMode
impl Send for UnixMode
impl Sync for UnixMode
impl Unpin for UnixMode
impl UnwindSafe for UnixMode
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = !
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,