Struct IMFInputTrustAuthority_Vtbl
#[repr(C)]pub struct IMFInputTrustAuthority_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetDecrypter: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub RequestAccess: unsafe extern "system" fn(_: *mut c_void, _: MFPOLICYMANAGER_ACTION, _: *mut *mut c_void) -> HRESULT,
pub GetPolicy: unsafe extern "system" fn(_: *mut c_void, _: MFPOLICYMANAGER_ACTION, _: *mut *mut c_void) -> HRESULT,
pub BindAccess: unsafe extern "system" fn(_: *mut c_void, _: *const MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS) -> HRESULT,
pub UpdateAccess: unsafe extern "system" fn(_: *mut c_void, _: *const MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS) -> HRESULT,
pub Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetDecrypter: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§RequestAccess: unsafe extern "system" fn(_: *mut c_void, _: MFPOLICYMANAGER_ACTION, _: *mut *mut c_void) -> HRESULT
§GetPolicy: unsafe extern "system" fn(_: *mut c_void, _: MFPOLICYMANAGER_ACTION, _: *mut *mut c_void) -> HRESULT
§BindAccess: unsafe extern "system" fn(_: *mut c_void, _: *const MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS) -> HRESULT
§UpdateAccess: unsafe extern "system" fn(_: *mut c_void, _: *const MFINPUTTRUSTAUTHORITY_ACCESS_PARAMS) -> HRESULT
§Reset: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IMFInputTrustAuthority_Vtbl
impl IMFInputTrustAuthority_Vtbl
pub const fn new<Identity: IMFInputTrustAuthority_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFInputTrustAuthority_Vtbl
impl RefUnwindSafe for IMFInputTrustAuthority_Vtbl
impl Send for IMFInputTrustAuthority_Vtbl
impl Sync for IMFInputTrustAuthority_Vtbl
impl Unpin for IMFInputTrustAuthority_Vtbl
impl UnwindSafe for IMFInputTrustAuthority_Vtbl
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more