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

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

Implementations

impl ImageProperties[src]

pub fn retrieve_properties_async<'a, T0__: Into<Param<'a, IIterable<HString>>>>(
    &self,
    properties_to_retrieve: T0__
) -> Result<IAsyncOperation<IMap<HString, Object>>>
[src]

pub fn save_properties_async<'a, T0__: Into<Param<'a, IIterable<IKeyValuePair<HString, Object>>>>>(
    &self,
    properties_to_save: T0__
) -> Result<IAsyncAction>
[src]

pub fn save_properties_async_overload_default(&self) -> Result<IAsyncAction>[src]

pub fn rating(&self) -> Result<u32>[src]

pub fn set_rating(&self, value: u32) -> Result<()>[src]

pub fn keywords(&self) -> Result<IVector<HString>>[src]

pub fn date_taken(&self) -> Result<DateTime>[src]

pub fn set_date_taken<'a, T0__: Into<Param<'a, DateTime>>>(
    &self,
    value: T0__
) -> Result<()>
[src]

pub fn width(&self) -> Result<u32>[src]

pub fn height(&self) -> Result<u32>[src]

pub fn title(&self) -> Result<HString>[src]

pub fn set_title<'a, T0__: Into<Param<'a, HString>>>(
    &self,
    value: T0__
) -> Result<()>
[src]

pub fn latitude(&self) -> Result<IReference<f64>>[src]

pub fn longitude(&self) -> Result<IReference<f64>>[src]

pub fn camera_manufacturer(&self) -> Result<HString>[src]

pub fn set_camera_manufacturer<'a, T0__: Into<Param<'a, HString>>>(
    &self,
    value: T0__
) -> Result<()>
[src]

pub fn camera_model(&self) -> Result<HString>[src]

pub fn set_camera_model<'a, T0__: Into<Param<'a, HString>>>(
    &self,
    value: T0__
) -> Result<()>
[src]

pub fn orientation(&self) -> Result<PhotoOrientation>[src]

pub fn people_names(&self) -> Result<IVectorView<HString>>[src]

Trait Implementations

impl AbiTransferable for ImageProperties[src]

type Abi = RawComPtr<IImageProperties>

impl Clone for ImageProperties[src]

impl ComInterface for ImageProperties[src]

type VTable = abi_IImageProperties

impl Debug for ImageProperties[src]

impl Default for ImageProperties[src]

impl<'_> From<&'_ ImageProperties> for IStorageItemExtraProperties[src]

impl<'_> From<&'_ ImageProperties> for IImageProperties[src]

impl<'_> From<&'_ ImageProperties> for Object[src]

impl From<ImageProperties> for IStorageItemExtraProperties[src]

impl From<ImageProperties> for IImageProperties[src]

impl From<ImageProperties> for Object[src]

impl<'a> Into<Param<'a, IImageProperties>> for ImageProperties[src]

impl<'a> Into<Param<'a, IImageProperties>> for &'a ImageProperties[src]

impl<'a> Into<Param<'a, IStorageItemExtraProperties>> for ImageProperties[src]

impl<'a> Into<Param<'a, IStorageItemExtraProperties>> for &'a ImageProperties[src]

impl PartialEq<ImageProperties> for ImageProperties[src]

impl RuntimeName for ImageProperties[src]

impl RuntimeType for ImageProperties[src]

impl StructuralPartialEq for ImageProperties[src]

Auto Trait Implementations

impl RefUnwindSafe for ImageProperties

impl !Send for ImageProperties

impl !Sync for ImageProperties

impl Unpin for ImageProperties

impl UnwindSafe for ImageProperties

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.