Struct IProtectionPolicyAuditInfo_Vtbl
#[repr(C)]pub struct IProtectionPolicyAuditInfo_Vtbl {
pub base__: IInspectable_Vtbl,
pub SetAction: unsafe extern "system" fn(_: *mut c_void, _: ProtectionPolicyAuditAction) -> HRESULT,
pub Action: unsafe extern "system" fn(_: *mut c_void, _: *mut ProtectionPolicyAuditAction) -> HRESULT,
pub SetDataDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub DataDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetSourceDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SourceDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetTargetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub TargetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§SetAction: unsafe extern "system" fn(_: *mut c_void, _: ProtectionPolicyAuditAction) -> HRESULT§Action: unsafe extern "system" fn(_: *mut c_void, _: *mut ProtectionPolicyAuditAction) -> HRESULT§SetDataDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§DataDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetSourceDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§SourceDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetTargetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§TargetDescription: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IProtectionPolicyAuditInfo_Vtbl
impl RefUnwindSafe for IProtectionPolicyAuditInfo_Vtbl
impl Send for IProtectionPolicyAuditInfo_Vtbl
impl Sync for IProtectionPolicyAuditInfo_Vtbl
impl Unpin for IProtectionPolicyAuditInfo_Vtbl
impl UnwindSafe for IProtectionPolicyAuditInfo_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