[][src]Struct windows_media_transcoding_bindings::windows::storage::streams::InputStreamOptions

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

Implementations

impl InputStreamOptions[src]

pub const None: Self[src]

pub const Partial: Self[src]

pub const ReadAhead: Self[src]

Trait Implementations

impl AbiTransferable for InputStreamOptions[src]

type Abi = u32

impl BitAnd<InputStreamOptions> for InputStreamOptions[src]

type Output = Self

The resulting type after applying the & operator.

impl BitOr<InputStreamOptions> for InputStreamOptions[src]

type Output = Self

The resulting type after applying the | operator.

impl Clone for InputStreamOptions[src]

impl Copy for InputStreamOptions[src]

impl Debug for InputStreamOptions[src]

impl Default for InputStreamOptions[src]

impl Eq for InputStreamOptions[src]

impl PartialEq<InputStreamOptions> for InputStreamOptions[src]

impl RuntimeType for InputStreamOptions[src]

impl StructuralEq for InputStreamOptions[src]

impl StructuralPartialEq for InputStreamOptions[src]

Auto Trait Implementations

impl RefUnwindSafe for InputStreamOptions

impl Send for InputStreamOptions

impl Sync for InputStreamOptions

impl Unpin for InputStreamOptions

impl UnwindSafe for InputStreamOptions

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.