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

#[repr(C)]pub struct abi_IImageProperties {
    pub rating: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut u32) -> ErrorCode,
    pub set_rating: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, value: u32) -> ErrorCode,
    pub keywords: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCode,
    pub date_taken: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <DateTime as AbiTransferable>::Abi) -> ErrorCode,
    pub set_date_taken: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, value: <DateTime as AbiTransferable>::Abi) -> ErrorCode,
    pub width: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut u32) -> ErrorCode,
    pub height: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut u32) -> ErrorCode,
    pub title: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub set_title: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub latitude: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <IReference<f64> as AbiTransferable>::Abi) -> ErrorCode,
    pub longitude: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <IReference<f64> as AbiTransferable>::Abi) -> ErrorCode,
    pub camera_manufacturer: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub set_camera_manufacturer: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub camera_model: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub set_camera_model: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCode,
    pub orientation: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <PhotoOrientation as AbiTransferable>::Abi) -> ErrorCode,
    pub people_names: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <IVectorView<HString> as AbiTransferable>::Abi) -> ErrorCode,
    // some fields omitted
}

Fields

rating: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut u32) -> ErrorCodeset_rating: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, value: u32) -> ErrorCodekeywords: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <IVector<HString> as AbiTransferable>::Abi) -> ErrorCodedate_taken: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <DateTime as AbiTransferable>::Abi) -> ErrorCodeset_date_taken: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, value: <DateTime as AbiTransferable>::Abi) -> ErrorCodewidth: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut u32) -> ErrorCodeheight: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut u32) -> ErrorCodetitle: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_title: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCodelatitude: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <IReference<f64> as AbiTransferable>::Abi) -> ErrorCodelongitude: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <IReference<f64> as AbiTransferable>::Abi) -> ErrorCodecamera_manufacturer: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_camera_manufacturer: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCodecamera_model: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <HString as AbiTransferable>::Abi) -> ErrorCodeset_camera_model: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, value: <HString as AbiTransferable>::Abi) -> ErrorCodeorientation: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <PhotoOrientation as AbiTransferable>::Abi) -> ErrorCodepeople_names: unsafe extern "system" fn(_: NonNullRawComPtr<IImageProperties>, result__: *mut <IVectorView<HString> as AbiTransferable>::Abi) -> ErrorCode

Auto Trait Implementations

impl RefUnwindSafe for abi_IImageProperties

impl Send for abi_IImageProperties

impl Sync for abi_IImageProperties

impl Unpin for abi_IImageProperties

impl UnwindSafe for abi_IImageProperties

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.