[][src]Struct rc_zip::MsdosMode

pub struct MsdosMode(pub u32);

Methods

impl MsdosMode[src]

pub const DIR: Self[src]

pub const READ_ONLY: Self[src]

impl MsdosMode[src]

pub fn has(&self, rhs: Self) -> bool[src]

Trait Implementations

impl BitAnd<MsdosMode> for MsdosMode[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<MsdosMode> for MsdosMode[src]

impl BitOr<MsdosMode> for MsdosMode[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<MsdosMode> for MsdosMode[src]

impl Clone for MsdosMode[src]

impl Copy for MsdosMode[src]

impl Debug for MsdosMode[src]

impl Eq for MsdosMode[src]

impl From<MsdosMode> for Mode[src]

impl From<u32> for MsdosMode[src]

impl Hash for MsdosMode[src]

impl PartialEq<MsdosMode> for MsdosMode[src]

impl StructuralEq for MsdosMode[src]

impl StructuralPartialEq for MsdosMode[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.