Struct IUserDataProtectionManager_Vtbl
#[repr(C)]pub struct IUserDataProtectionManager_Vtbl {
pub base__: IInspectable_Vtbl,
pub ProtectStorageItemAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: UserDataAvailability, _: *mut *mut c_void) -> HRESULT,
pub GetStorageItemProtectionInfoAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ProtectBufferAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: UserDataAvailability, _: *mut *mut c_void) -> HRESULT,
pub UnprotectBufferAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IsContinuedDataAvailabilityExpected: unsafe extern "system" fn(_: *mut c_void, _: UserDataAvailability, _: *mut bool) -> HRESULT,
pub DataAvailabilityStateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveDataAvailabilityStateChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ProtectStorageItemAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: UserDataAvailability, _: *mut *mut c_void) -> HRESULT
§GetStorageItemProtectionInfoAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§ProtectBufferAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: UserDataAvailability, _: *mut *mut c_void) -> HRESULT
§UnprotectBufferAsync: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IsContinuedDataAvailabilityExpected: unsafe extern "system" fn(_: *mut c_void, _: UserDataAvailability, _: *mut bool) -> HRESULT
§DataAvailabilityStateChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveDataAvailabilityStateChanged: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IUserDataProtectionManager_Vtbl
impl RefUnwindSafe for IUserDataProtectionManager_Vtbl
impl Send for IUserDataProtectionManager_Vtbl
impl Sync for IUserDataProtectionManager_Vtbl
impl Unpin for IUserDataProtectionManager_Vtbl
impl UnwindSafe for IUserDataProtectionManager_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