[][src]Struct windows_media_transcoding_bindings::windows::storage::FileAttributes

#[repr(transparent)]pub struct FileAttributes { /* fields omitted */ }

Implementations

impl FileAttributes[src]

pub const Normal: Self[src]

pub const ReadOnly: Self[src]

pub const Directory: Self[src]

pub const Archive: Self[src]

pub const Temporary: Self[src]

pub const LocallyIncomplete: Self[src]

Trait Implementations

impl AbiTransferable for FileAttributes[src]

type Abi = u32

impl BitAnd<FileAttributes> for FileAttributes[src]

type Output = Self

The resulting type after applying the & operator.

impl BitOr<FileAttributes> for FileAttributes[src]

type Output = Self

The resulting type after applying the | operator.

impl Clone for FileAttributes[src]

impl Copy for FileAttributes[src]

impl Debug for FileAttributes[src]

impl Default for FileAttributes[src]

impl Eq for FileAttributes[src]

impl PartialEq<FileAttributes> for FileAttributes[src]

impl RuntimeType for FileAttributes[src]

impl StructuralEq for FileAttributes[src]

impl StructuralPartialEq for FileAttributes[src]

Auto Trait Implementations

impl RefUnwindSafe for FileAttributes

impl Send for FileAttributes

impl Sync for FileAttributes

impl Unpin for FileAttributes

impl UnwindSafe for FileAttributes

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 = Infallible

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.