[][src]Struct windows_media_transcoding_bindings::windows::system::IUser

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

Implementations

impl IUser[src]

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

pub fn authentication_status(&self) -> Result<UserAuthenticationStatus>[src]

pub fn type(&self) -> Result<UserType>[src]

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

pub fn get_properties_async<'a, T0__: Into<Param<'a, IVectorView<HString>>>>(
    &self,
    values: T0__
) -> Result<IAsyncOperation<IPropertySet>>
[src]

pub fn get_picture_async(
    &self,
    desired_size: UserPictureSize
) -> Result<IAsyncOperation<IRandomAccessStreamReference>>
[src]

Trait Implementations

impl AbiTransferable for IUser[src]

type Abi = RawComPtr<Self>

impl Clone for IUser[src]

impl ComInterface for IUser[src]

type VTable = abi_IUser

impl Debug for IUser[src]

impl Default for IUser[src]

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

impl<'_> From<&'_ User> for IUser[src]

impl From<IUser> for Object[src]

impl From<User> for IUser[src]

impl PartialEq<IUser> for IUser[src]

impl RuntimeType for IUser[src]

Auto Trait Implementations

impl RefUnwindSafe for IUser

impl !Send for IUser

impl !Sync for IUser

impl Unpin for IUser

impl UnwindSafe for IUser

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.