[][src]Struct windows_media_transcoding_bindings::windows::storage::file_properties::abi_IThumbnailProperties

#[repr(C)]pub struct abi_IThumbnailProperties {
    pub original_width: unsafe extern "system" fn(_: NonNullRawComPtr<IThumbnailProperties>, result__: *mut u32) -> ErrorCode,
    pub original_height: unsafe extern "system" fn(_: NonNullRawComPtr<IThumbnailProperties>, result__: *mut u32) -> ErrorCode,
    pub returned_smaller_cached_size: unsafe extern "system" fn(_: NonNullRawComPtr<IThumbnailProperties>, result__: *mut bool) -> ErrorCode,
    pub type: unsafe extern "system" fn(_: NonNullRawComPtr<IThumbnailProperties>, result__: *mut <ThumbnailType as AbiTransferable>::Abi) -> ErrorCode,
    // some fields omitted
}

Fields

original_width: unsafe extern "system" fn(_: NonNullRawComPtr<IThumbnailProperties>, result__: *mut u32) -> ErrorCodeoriginal_height: unsafe extern "system" fn(_: NonNullRawComPtr<IThumbnailProperties>, result__: *mut u32) -> ErrorCodereturned_smaller_cached_size: unsafe extern "system" fn(_: NonNullRawComPtr<IThumbnailProperties>, result__: *mut bool) -> ErrorCodetype: unsafe extern "system" fn(_: NonNullRawComPtr<IThumbnailProperties>, result__: *mut <ThumbnailType as AbiTransferable>::Abi) -> ErrorCode

Auto Trait Implementations

impl RefUnwindSafe for abi_IThumbnailProperties

impl Send for abi_IThumbnailProperties

impl Sync for abi_IThumbnailProperties

impl Unpin for abi_IThumbnailProperties

impl UnwindSafe for abi_IThumbnailProperties

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, 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.