[−][src]Struct windows_media_transcoding_bindings::windows::storage::file_properties::abi_IImageProperties
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) -> ErrorCodeAuto 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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,