Struct windows::Win32::Media::MediaFoundation::IMFOutputTrustAuthority_Vtbl
#[repr(C)]pub struct IMFOutputTrustAuthority_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetAction: unsafe extern "system" fn(_: *mut c_void, _: *mut MFPOLICYMANAGER_ACTION) -> HRESULT,
pub SetPolicy: unsafe extern "system" fn(_: *mut c_void, _: *const *mut c_void, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetAction: unsafe extern "system" fn(_: *mut c_void, _: *mut MFPOLICYMANAGER_ACTION) -> HRESULT
§SetPolicy: unsafe extern "system" fn(_: *mut c_void, _: *const *mut c_void, _: u32, _: *mut *mut u8, _: *mut u32) -> HRESULT
Implementations§
§impl IMFOutputTrustAuthority_Vtbl
impl IMFOutputTrustAuthority_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IMFOutputTrustAuthority_Vtblwhere
Identity: IMFOutputTrustAuthority_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IMFOutputTrustAuthority_Vtbl
impl RefUnwindSafe for IMFOutputTrustAuthority_Vtbl
impl Send for IMFOutputTrustAuthority_Vtbl
impl Sync for IMFOutputTrustAuthority_Vtbl
impl Unpin for IMFOutputTrustAuthority_Vtbl
impl UnwindSafe for IMFOutputTrustAuthority_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