Struct windows::Storage::IApplicationDataContainer_Vtbl
#[repr(C)]pub struct IApplicationDataContainer_Vtbl {
pub base__: IInspectable_Vtbl,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub Locality: unsafe extern "system" fn(_: *mut c_void, _: *mut ApplicationDataLocality) -> HRESULT,
pub Values: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Containers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateContainer: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: ApplicationDataCreateDisposition, _: *mut *mut c_void) -> HRESULT,
pub DeleteContainer: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§Locality: unsafe extern "system" fn(_: *mut c_void, _: *mut ApplicationDataLocality) -> HRESULT
§Values: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Containers: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§CreateContainer: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: ApplicationDataCreateDisposition, _: *mut *mut c_void) -> HRESULT
§DeleteContainer: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
Auto Trait Implementations§
impl Freeze for IApplicationDataContainer_Vtbl
impl RefUnwindSafe for IApplicationDataContainer_Vtbl
impl Send for IApplicationDataContainer_Vtbl
impl Sync for IApplicationDataContainer_Vtbl
impl Unpin for IApplicationDataContainer_Vtbl
impl UnwindSafe for IApplicationDataContainer_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