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

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

Implementations

impl IDocumentProperties[src]

pub fn author(&self) -> Result<IVector<HString>>[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 keywords(&self) -> Result<IVector<HString>>[src]

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

pub fn set_comment<'a, T0__: Into<Param<'a, HString>>>(
    &self,
    value: T0__
) -> Result<()>
[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]

Trait Implementations

impl AbiTransferable for IDocumentProperties[src]

type Abi = RawComPtr<Self>

impl Clone for IDocumentProperties[src]

impl ComInterface for IDocumentProperties[src]

type VTable = abi_IDocumentProperties

impl Debug for IDocumentProperties[src]

impl Default for IDocumentProperties[src]

impl<'_> From<&'_ DocumentProperties> for IDocumentProperties[src]

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

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

impl From<DocumentProperties> for IDocumentProperties[src]

impl From<IDocumentProperties> for IStorageItemExtraProperties[src]

impl From<IDocumentProperties> for Object[src]

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

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

impl PartialEq<IDocumentProperties> for IDocumentProperties[src]

impl RuntimeType for IDocumentProperties[src]

Auto Trait Implementations

impl RefUnwindSafe for IDocumentProperties

impl !Send for IDocumentProperties

impl !Sync for IDocumentProperties

impl Unpin for IDocumentProperties

impl UnwindSafe for IDocumentProperties

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.