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

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

Implementations

impl DocumentProperties[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 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]

Trait Implementations

impl AbiTransferable for DocumentProperties[src]

type Abi = RawComPtr<IDocumentProperties>

impl Clone for DocumentProperties[src]

impl ComInterface for DocumentProperties[src]

type VTable = abi_IDocumentProperties

impl Debug for DocumentProperties[src]

impl Default for DocumentProperties[src]

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

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

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

impl From<DocumentProperties> for IStorageItemExtraProperties[src]

impl From<DocumentProperties> for IDocumentProperties[src]

impl From<DocumentProperties> for Object[src]

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

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

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

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

impl PartialEq<DocumentProperties> for DocumentProperties[src]

impl RuntimeName for DocumentProperties[src]

impl RuntimeType for DocumentProperties[src]

impl StructuralPartialEq for DocumentProperties[src]

Auto Trait Implementations

impl RefUnwindSafe for DocumentProperties

impl !Send for DocumentProperties

impl !Sync for DocumentProperties

impl Unpin for DocumentProperties

impl UnwindSafe for DocumentProperties

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.