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

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

Implementations

impl IUserChangedEventArgs[src]

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

Trait Implementations

impl AbiTransferable for IUserChangedEventArgs[src]

type Abi = RawComPtr<Self>

impl Clone for IUserChangedEventArgs[src]

impl ComInterface for IUserChangedEventArgs[src]

type VTable = abi_IUserChangedEventArgs

impl Debug for IUserChangedEventArgs[src]

impl Default for IUserChangedEventArgs[src]

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

impl<'_> From<&'_ UserChangedEventArgs> for IUserChangedEventArgs[src]

impl From<IUserChangedEventArgs> for Object[src]

impl From<UserChangedEventArgs> for IUserChangedEventArgs[src]

impl PartialEq<IUserChangedEventArgs> for IUserChangedEventArgs[src]

impl RuntimeType for IUserChangedEventArgs[src]

Auto Trait Implementations

impl RefUnwindSafe for IUserChangedEventArgs

impl !Send for IUserChangedEventArgs

impl !Sync for IUserChangedEventArgs

impl Unpin for IUserChangedEventArgs

impl UnwindSafe for IUserChangedEventArgs

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.