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

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

Implementations

impl IUserWatcher[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 IUserWatcher[src]

type Abi = RawComPtr<Self>

impl Clone for IUserWatcher[src]

impl ComInterface for IUserWatcher[src]

type VTable = abi_IUserWatcher

impl Debug for IUserWatcher[src]

impl Default for IUserWatcher[src]

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

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

impl From<IUserWatcher> for Object[src]

impl From<UserWatcher> for IUserWatcher[src]

impl PartialEq<IUserWatcher> for IUserWatcher[src]

impl RuntimeType for IUserWatcher[src]

Auto Trait Implementations

impl RefUnwindSafe for IUserWatcher

impl !Send for IUserWatcher

impl !Sync for IUserWatcher

impl Unpin for IUserWatcher

impl UnwindSafe for IUserWatcher

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.