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

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

Implementations

impl UserWatcher[src]

pub fn status(&self) -> Result<UserWatcherStatus>[src]

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

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

pub fn added<'a, T0__: Into<Param<'a, TypedEventHandler<UserWatcher, UserChangedEventArgs>>>>(
    &self,
    handler: T0__
) -> Result<EventRegistrationToken>
[src]

pub fn remove_added<'a, T0__: Into<Param<'a, EventRegistrationToken>>>(
    &self,
    token: T0__
) -> Result<()>
[src]

pub fn removed<'a, T0__: Into<Param<'a, TypedEventHandler<UserWatcher, UserChangedEventArgs>>>>(
    &self,
    handler: T0__
) -> Result<EventRegistrationToken>
[src]

pub fn remove_removed<'a, T0__: Into<Param<'a, EventRegistrationToken>>>(
    &self,
    token: T0__
) -> Result<()>
[src]

pub fn updated<'a, T0__: Into<Param<'a, TypedEventHandler<UserWatcher, UserChangedEventArgs>>>>(
    &self,
    handler: T0__
) -> Result<EventRegistrationToken>
[src]

pub fn remove_updated<'a, T0__: Into<Param<'a, EventRegistrationToken>>>(
    &self,
    token: T0__
) -> Result<()>
[src]

pub fn authentication_status_changed<'a, T0__: Into<Param<'a, TypedEventHandler<UserWatcher, UserChangedEventArgs>>>>(
    &self,
    handler: T0__
) -> Result<EventRegistrationToken>
[src]

pub fn remove_authentication_status_changed<'a, T0__: Into<Param<'a, EventRegistrationToken>>>(
    &self,
    token: T0__
) -> Result<()>
[src]

pub fn authentication_status_changing<'a, T0__: Into<Param<'a, TypedEventHandler<UserWatcher, UserAuthenticationStatusChangingEventArgs>>>>(
    &self,
    handler: T0__
) -> Result<EventRegistrationToken>
[src]

pub fn remove_authentication_status_changing<'a, T0__: Into<Param<'a, EventRegistrationToken>>>(
    &self,
    token: T0__
) -> Result<()>
[src]

pub fn enumeration_completed<'a, T0__: Into<Param<'a, TypedEventHandler<UserWatcher, Object>>>>(
    &self,
    handler: T0__
) -> Result<EventRegistrationToken>
[src]

pub fn remove_enumeration_completed<'a, T0__: Into<Param<'a, EventRegistrationToken>>>(
    &self,
    token: T0__
) -> Result<()>
[src]

pub fn stopped<'a, T0__: Into<Param<'a, TypedEventHandler<UserWatcher, Object>>>>(
    &self,
    handler: T0__
) -> Result<EventRegistrationToken>
[src]

pub fn remove_stopped<'a, T0__: Into<Param<'a, EventRegistrationToken>>>(
    &self,
    token: T0__
) -> Result<()>
[src]

Trait Implementations

impl AbiTransferable for UserWatcher[src]

type Abi = RawComPtr<IUserWatcher>

impl Clone for UserWatcher[src]

impl ComInterface for UserWatcher[src]

type VTable = abi_IUserWatcher

impl Debug for UserWatcher[src]

impl Default for UserWatcher[src]

impl<'_> From<&'_ UserWatcher> for IUserWatcher[src]

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

impl From<UserWatcher> for IUserWatcher[src]

impl From<UserWatcher> for Object[src]

impl<'a> Into<Param<'a, IUserWatcher>> for UserWatcher[src]

impl<'a> Into<Param<'a, IUserWatcher>> for &'a UserWatcher[src]

impl PartialEq<UserWatcher> for UserWatcher[src]

impl RuntimeName for UserWatcher[src]

impl RuntimeType for UserWatcher[src]

impl Send for UserWatcher[src]

impl StructuralPartialEq for UserWatcher[src]

impl Sync for UserWatcher[src]

Auto Trait Implementations

impl RefUnwindSafe for UserWatcher

impl Unpin for UserWatcher

impl UnwindSafe for UserWatcher

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.