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

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

Implementations

impl IUserStatics[src]

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

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

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

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

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

Trait Implementations

impl AbiTransferable for IUserStatics[src]

type Abi = RawComPtr<Self>

impl Clone for IUserStatics[src]

impl ComInterface for IUserStatics[src]

type VTable = abi_IUserStatics

impl Debug for IUserStatics[src]

impl Default for IUserStatics[src]

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

impl From<IUserStatics> for Object[src]

impl PartialEq<IUserStatics> for IUserStatics[src]

impl RuntimeType for IUserStatics[src]

Auto Trait Implementations

impl RefUnwindSafe for IUserStatics

impl !Send for IUserStatics

impl !Sync for IUserStatics

impl Unpin for IUserStatics

impl UnwindSafe for IUserStatics

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.