[−][src]Struct windows_media_transcoding_bindings::windows::system::User
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]
&self,
value: T0__
) -> Result<IAsyncOperation<Object>>
pub fn get_properties_async<'a, T0__: Into<Param<'a, IVectorView<HString>>>>(
&self,
values: T0__
) -> Result<IAsyncOperation<IPropertySet>>[src]
&self,
values: T0__
) -> Result<IAsyncOperation<IPropertySet>>
pub fn get_picture_async(
&self,
desired_size: UserPictureSize
) -> Result<IAsyncOperation<IRandomAccessStreamReference>>[src]
&self,
desired_size: UserPictureSize
) -> Result<IAsyncOperation<IRandomAccessStreamReference>>
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]
r#type: UserType
) -> Result<IAsyncOperation<IVectorView<User>>>
pub fn find_all_async_by_type_and_status(
r#type: UserType,
status: UserAuthenticationStatus
) -> Result<IAsyncOperation<IVectorView<User>>>[src]
r#type: UserType,
status: UserAuthenticationStatus
) -> Result<IAsyncOperation<IVectorView<User>>>
pub fn get_from_id<'a, T0__: Into<Param<'a, HString>>>(
non_roamable_id: T0__
) -> Result<User>[src]
non_roamable_id: T0__
) -> Result<User>
Trait Implementations
impl AbiTransferable for User[src]
type Abi = RawComPtr<IUser>
fn get_abi(&self) -> Self::Abi[src]
fn set_abi(&mut self) -> *mut Self::Abi[src]
fn from_abi(abi: &Self::Abi) -> &Self
fn from_mut_abi(abi: &mut Self::Abi) -> &mut Self
unsafe fn slice_from_abi<'a>(abi: *const Self::Abi, len: usize) -> &'a [Self]
unsafe fn slice_from_mut_abi<'a>(
abi: *mut Self::Abi,
len: usize
) -> &'a mut [Self]
abi: *mut Self::Abi,
len: usize
) -> &'a mut [Self]
fn into_abi(self) -> Self::Abi
impl Clone for User[src]
impl ComInterface for User[src]
type VTable = abi_IUser
fn iid() -> Guid[src]
fn as_iunknown(&self) -> Option<NonNullRawComPtr<IUnknown>>
fn query<Into>(&self) -> Into where
Into: ComInterface,
Into: ComInterface,
fn is_null(&self) -> bool
fn is_agile(&self) -> bool
unsafe fn raw_query<T>(&self, iid: &Guid, ppv: &mut T) where
T: ComInterface,
T: ComInterface,
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
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,