#[repr(C)]
pub struct IMFAttributes_Vtbl {
Show 31 fields pub base__: IUnknown_Vtbl, pub GetItem: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT, pub GetItemType: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut MF_ATTRIBUTE_TYPE) -> HRESULT, pub CompareItem: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const MaybeUninit<PROPVARIANT>, _: *mut BOOL) -> HRESULT, pub Compare: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MF_ATTRIBUTES_MATCH_TYPE, _: *mut BOOL) -> HRESULT, pub GetUINT32: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u32) -> HRESULT, pub GetUINT64: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u64) -> HRESULT, pub GetDouble: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut f64) -> HRESULT, pub GetGUID: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut GUID) -> HRESULT, pub GetStringLength: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u32) -> HRESULT, pub GetString: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: PWSTR, _: u32, _: *mut u32) -> HRESULT, pub GetAllocatedString: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut PWSTR, _: *mut u32) -> HRESULT, pub GetBlobSize: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u32) -> HRESULT, pub GetBlob: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u8, _: u32, _: *mut u32) -> HRESULT, pub GetAllocatedBlob: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut u8, _: *mut u32) -> HRESULT, pub GetUnknown: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT, pub SetItem: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const MaybeUninit<PROPVARIANT>) -> HRESULT, pub DeleteItem: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT, pub DeleteAllItems: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub SetUINT32: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32) -> HRESULT, pub SetUINT64: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u64) -> HRESULT, pub SetDouble: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: f64) -> HRESULT, pub SetGUID: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID) -> HRESULT, pub SetString: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: PCWSTR) -> HRESULT, pub SetBlob: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const u8, _: u32) -> HRESULT, pub SetUnknown: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void) -> HRESULT, pub LockStore: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub UnlockStore: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub GetCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub GetItemByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut GUID, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT, pub CopyAllItems: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§GetItem: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT§GetItemType: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut MF_ATTRIBUTE_TYPE) -> HRESULT§CompareItem: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const MaybeUninit<PROPVARIANT>, _: *mut BOOL) -> HRESULT§Compare: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: MF_ATTRIBUTES_MATCH_TYPE, _: *mut BOOL) -> HRESULT§GetUINT32: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u32) -> HRESULT§GetUINT64: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u64) -> HRESULT§GetDouble: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut f64) -> HRESULT§GetGUID: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut GUID) -> HRESULT§GetStringLength: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u32) -> HRESULT§GetString: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: PWSTR, _: u32, _: *mut u32) -> HRESULT§GetAllocatedString: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut PWSTR, _: *mut u32) -> HRESULT§GetBlobSize: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u32) -> HRESULT§GetBlob: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut u8, _: u32, _: *mut u32) -> HRESULT§GetAllocatedBlob: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut u8, _: *mut u32) -> HRESULT§GetUnknown: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT§SetItem: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const MaybeUninit<PROPVARIANT>) -> HRESULT§DeleteItem: unsafe extern "system" fn(_: *mut c_void, _: *const GUID) -> HRESULT§DeleteAllItems: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§SetUINT32: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u32) -> HRESULT§SetUINT64: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: u64) -> HRESULT§SetDouble: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: f64) -> HRESULT§SetGUID: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID) -> HRESULT§SetString: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: PCWSTR) -> HRESULT§SetBlob: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const u8, _: u32) -> HRESULT§SetUnknown: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut c_void) -> HRESULT§LockStore: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§UnlockStore: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetCount: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§GetItemByIndex: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut GUID, _: *mut MaybeUninit<PROPVARIANT>) -> HRESULT§CopyAllItems: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT

Implementations§

§

impl IMFAttributes_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IMFAttributes_Impl, const OFFSET: isize>( ) -> IMFAttributes_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.