[−][src]Struct windows_media_transcoding_bindings::windows::storage::StorageLibraryChangeTracker
Implementations
impl StorageLibraryChangeTracker[src]
pub fn get_change_reader(&self) -> Result<StorageLibraryChangeReader>[src]
pub fn enable(&self) -> Result<()>[src]
pub fn reset(&self) -> Result<()>[src]
Trait Implementations
impl AbiTransferable for StorageLibraryChangeTracker[src]
type Abi = RawComPtr<IStorageLibraryChangeTracker>
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 StorageLibraryChangeTracker[src]
fn clone(&self) -> StorageLibraryChangeTracker[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl ComInterface for StorageLibraryChangeTracker[src]
type VTable = abi_IStorageLibraryChangeTracker
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 StorageLibraryChangeTracker[src]
impl Default for StorageLibraryChangeTracker[src]
impl<'_> From<&'_ StorageLibraryChangeTracker> for IStorageLibraryChangeTracker[src]
fn from(value: &StorageLibraryChangeTracker) -> Self[src]
impl<'_> From<&'_ StorageLibraryChangeTracker> for Object[src]
fn from(value: &StorageLibraryChangeTracker) -> Self[src]
impl From<StorageLibraryChangeTracker> for IStorageLibraryChangeTracker[src]
fn from(value: StorageLibraryChangeTracker) -> Self[src]
impl From<StorageLibraryChangeTracker> for Object[src]
fn from(value: StorageLibraryChangeTracker) -> Self[src]
impl<'a> Into<Param<'a, IStorageLibraryChangeTracker>> for StorageLibraryChangeTracker[src]
fn into(self) -> Param<'a, IStorageLibraryChangeTracker>[src]
impl<'a> Into<Param<'a, IStorageLibraryChangeTracker>> for &'a StorageLibraryChangeTracker[src]
fn into(self) -> Param<'a, IStorageLibraryChangeTracker>[src]
impl PartialEq<StorageLibraryChangeTracker> for StorageLibraryChangeTracker[src]
fn eq(&self, other: &StorageLibraryChangeTracker) -> bool[src]
fn ne(&self, other: &StorageLibraryChangeTracker) -> bool[src]
impl RuntimeName for StorageLibraryChangeTracker[src]
impl RuntimeType for StorageLibraryChangeTracker[src]
impl Send for StorageLibraryChangeTracker[src]
impl StructuralPartialEq for StorageLibraryChangeTracker[src]
impl Sync for StorageLibraryChangeTracker[src]
Auto Trait Implementations
impl RefUnwindSafe for StorageLibraryChangeTracker
impl Unpin for StorageLibraryChangeTracker
impl UnwindSafe for StorageLibraryChangeTracker
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>,