[][src]Struct windows_media_transcoding_bindings::windows::storage::IStorageItem

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

Implementations

impl IStorageItem[src]

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

pub fn rename_async<'a, T0__: Into<Param<'a, HString>>>(
    &self,
    desired_name: T0__,
    option: NameCollisionOption
) -> Result<IAsyncAction>
[src]

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

pub fn delete_async(&self, option: StorageDeleteOption) -> Result<IAsyncAction>[src]

pub fn get_basic_properties_async(
    &self
) -> Result<IAsyncOperation<BasicProperties>>
[src]

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

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

pub fn attributes(&self) -> Result<FileAttributes>[src]

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

pub fn is_of_type(&self, r#type: StorageItemTypes) -> Result<bool>[src]

Trait Implementations

impl AbiTransferable for IStorageItem[src]

type Abi = RawComPtr<Self>

impl Clone for IStorageItem[src]

impl ComInterface for IStorageItem[src]

type VTable = abi_IStorageItem

impl Debug for IStorageItem[src]

impl Default for IStorageItem[src]

impl<'_> From<&'_ IStorageFile> for IStorageItem[src]

impl<'_> From<&'_ IStorageFolder> for IStorageItem[src]

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

impl<'_> From<&'_ IStorageItem2> for IStorageItem[src]

impl<'_> From<&'_ StorageFile> for IStorageItem[src]

impl<'_> From<&'_ StorageFolder> for IStorageItem[src]

impl From<IStorageFile> for IStorageItem[src]

impl From<IStorageFolder> for IStorageItem[src]

impl From<IStorageItem> for Object[src]

impl From<IStorageItem2> for IStorageItem[src]

impl From<StorageFile> for IStorageItem[src]

impl From<StorageFolder> for IStorageItem[src]

impl PartialEq<IStorageItem> for IStorageItem[src]

impl RuntimeType for IStorageItem[src]

Auto Trait Implementations

impl RefUnwindSafe for IStorageItem

impl !Send for IStorageItem

impl !Sync for IStorageItem

impl Unpin for IStorageItem

impl UnwindSafe for IStorageItem

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.