[][src]Struct windows_media_transcoding_bindings::windows::storage::search::FolderDepth

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

Implementations

impl FolderDepth[src]

pub const Shallow: Self[src]

pub const Deep: Self[src]

Trait Implementations

impl AbiTransferable for FolderDepth[src]

type Abi = i32

impl Clone for FolderDepth[src]

impl Copy for FolderDepth[src]

impl Debug for FolderDepth[src]

impl Default for FolderDepth[src]

impl Eq for FolderDepth[src]

impl PartialEq<FolderDepth> for FolderDepth[src]

impl RuntimeType for FolderDepth[src]

impl StructuralEq for FolderDepth[src]

impl StructuralPartialEq for FolderDepth[src]

Auto Trait Implementations

impl RefUnwindSafe for FolderDepth

impl Send for FolderDepth

impl Sync for FolderDepth

impl Unpin for FolderDepth

impl UnwindSafe for FolderDepth

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.