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

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

Implementations

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

pub fn create_watcher() -> Result<UserWatcher>[src]

pub fn find_all_async() -> Result<IAsyncOperation<IVectorView<User>>>[src]

pub fn find_all_async_by_type(
    r#type: UserType
) -> Result<IAsyncOperation<IVectorView<User>>>
[src]

pub fn find_all_async_by_type_and_status(
    r#type: UserType,
    status: UserAuthenticationStatus
) -> Result<IAsyncOperation<IVectorView<User>>>
[src]

pub fn get_from_id<'a, T0__: Into<Param<'a, HString>>>(
    non_roamable_id: T0__
) -> Result<User>
[src]

Trait Implementations

impl AbiTransferable for User[src]

type Abi = RawComPtr<IUser>

impl Clone for User[src]

impl ComInterface for User[src]

type VTable = abi_IUser

impl Debug for User[src]

impl Default for User[src]

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

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

impl From<User> for IUser[src]

impl From<User> for Object[src]

impl<'a> Into<Param<'a, IUser>> for User[src]

impl<'a> Into<Param<'a, IUser>> for &'a User[src]

impl PartialEq<User> for User[src]

impl RuntimeName for User[src]

impl RuntimeType for User[src]

impl Send for User[src]

impl StructuralPartialEq for User[src]

impl Sync for User[src]

Auto Trait Implementations

impl RefUnwindSafe for User

impl Unpin for User

impl UnwindSafe for User

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.