[−][src]Struct windows_media_transcoding_bindings::windows::storage::file_properties::IStorageItemExtraProperties
Implementations
impl IStorageItemExtraProperties[src]
pub fn retrieve_properties_async<'a, T0__: Into<Param<'a, IIterable<HString>>>>(
&self,
properties_to_retrieve: T0__
) -> Result<IAsyncOperation<IMap<HString, Object>>>[src]
&self,
properties_to_retrieve: T0__
) -> Result<IAsyncOperation<IMap<HString, Object>>>
pub fn save_properties_async<'a, T0__: Into<Param<'a, IIterable<IKeyValuePair<HString, Object>>>>>(
&self,
properties_to_save: T0__
) -> Result<IAsyncAction>[src]
&self,
properties_to_save: T0__
) -> Result<IAsyncAction>
pub fn save_properties_async_overload_default(&self) -> Result<IAsyncAction>[src]
Trait Implementations
impl AbiTransferable for IStorageItemExtraProperties[src]
type Abi = RawComPtr<Self>
fn get_abi(&self) -> Self::Abi[src]
fn set_abi(&mut self) -> *mut Self::Abi[src]
fn from_abi(abi: &Self::Abi) -> &Self
fn from_mut_abi(abi: &mut Self::Abi) -> &mut Self
unsafe fn slice_from_abi<'a>(abi: *const Self::Abi, len: usize) -> &'a [Self]
unsafe fn slice_from_mut_abi<'a>(
abi: *mut Self::Abi,
len: usize
) -> &'a mut [Self]
abi: *mut Self::Abi,
len: usize
) -> &'a mut [Self]
fn into_abi(self) -> Self::Abi
impl Clone for IStorageItemExtraProperties[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ComInterface for IStorageItemExtraProperties[src]
type VTable = abi_IStorageItemExtraProperties
fn iid() -> Guid[src]
fn as_iunknown(&self) -> Option<NonNullRawComPtr<IUnknown>>
fn query<Into>(&self) -> Into where
Into: ComInterface,
Into: ComInterface,
fn is_null(&self) -> bool
fn is_agile(&self) -> bool
unsafe fn raw_query<T>(&self, iid: &Guid, ppv: &mut T) where
T: ComInterface,
T: ComInterface,
impl Debug for IStorageItemExtraProperties[src]
impl Default for IStorageItemExtraProperties[src]
impl<'_> From<&'_ BasicProperties> for IStorageItemExtraProperties[src]
fn from(value: &BasicProperties) -> Self[src]
impl<'_> From<&'_ DocumentProperties> for IStorageItemExtraProperties[src]
fn from(value: &DocumentProperties) -> Self[src]
impl<'_> From<&'_ IDocumentProperties> for IStorageItemExtraProperties[src]
fn from(value: &IDocumentProperties) -> Self[src]
impl<'_> From<&'_ IImageProperties> for IStorageItemExtraProperties[src]
fn from(value: &IImageProperties) -> Self[src]
impl<'_> From<&'_ IMusicProperties> for IStorageItemExtraProperties[src]
fn from(value: &IMusicProperties) -> Self[src]
impl<'_> From<&'_ IStorageItemContentProperties> for IStorageItemExtraProperties[src]
fn from(value: &IStorageItemContentProperties) -> Self[src]
impl<'_> From<&'_ IStorageItemExtraProperties> for Object[src]
fn from(value: &IStorageItemExtraProperties) -> Self[src]
impl<'_> From<&'_ IVideoProperties> for IStorageItemExtraProperties[src]
fn from(value: &IVideoProperties) -> Self[src]
impl<'_> From<&'_ ImageProperties> for IStorageItemExtraProperties[src]
fn from(value: &ImageProperties) -> Self[src]
impl<'_> From<&'_ MusicProperties> for IStorageItemExtraProperties[src]
fn from(value: &MusicProperties) -> Self[src]
impl<'_> From<&'_ StorageItemContentProperties> for IStorageItemExtraProperties[src]
fn from(value: &StorageItemContentProperties) -> Self[src]
impl<'_> From<&'_ VideoProperties> for IStorageItemExtraProperties[src]
fn from(value: &VideoProperties) -> Self[src]
impl From<BasicProperties> for IStorageItemExtraProperties[src]
fn from(value: BasicProperties) -> Self[src]
impl From<DocumentProperties> for IStorageItemExtraProperties[src]
fn from(value: DocumentProperties) -> Self[src]
impl From<IDocumentProperties> for IStorageItemExtraProperties[src]
fn from(value: IDocumentProperties) -> Self[src]
impl From<IImageProperties> for IStorageItemExtraProperties[src]
fn from(value: IImageProperties) -> Self[src]
impl From<IMusicProperties> for IStorageItemExtraProperties[src]
fn from(value: IMusicProperties) -> Self[src]
impl From<IStorageItemContentProperties> for IStorageItemExtraProperties[src]
fn from(value: IStorageItemContentProperties) -> Self[src]
impl From<IStorageItemExtraProperties> for Object[src]
fn from(value: IStorageItemExtraProperties) -> Self[src]
impl From<IVideoProperties> for IStorageItemExtraProperties[src]
fn from(value: IVideoProperties) -> Self[src]
impl From<ImageProperties> for IStorageItemExtraProperties[src]
fn from(value: ImageProperties) -> Self[src]
impl From<MusicProperties> for IStorageItemExtraProperties[src]
fn from(value: MusicProperties) -> Self[src]
impl From<StorageItemContentProperties> for IStorageItemExtraProperties[src]
fn from(value: StorageItemContentProperties) -> Self[src]
impl From<VideoProperties> for IStorageItemExtraProperties[src]
fn from(value: VideoProperties) -> Self[src]
impl PartialEq<IStorageItemExtraProperties> for IStorageItemExtraProperties[src]
impl RuntimeType for IStorageItemExtraProperties[src]
Auto Trait Implementations
impl RefUnwindSafe for IStorageItemExtraProperties
impl !Send for IStorageItemExtraProperties
impl !Sync for IStorageItemExtraProperties
impl Unpin for IStorageItemExtraProperties
impl UnwindSafe for IStorageItemExtraProperties
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> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
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>,