Struct IWsbApplicationRestoreSupport_Vtbl
#[repr(C)]pub struct IWsbApplicationRestoreSupport_Vtbl {
pub base__: IUnknown_Vtbl,
pub PreRestore: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: bool) -> HRESULT,
pub PostRestore: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: bool) -> HRESULT,
pub OrderComponents: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PCWSTR, _: *const PCWSTR, _: *mut *mut PWSTR, _: *mut *mut PWSTR) -> HRESULT,
pub IsRollForwardSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§PreRestore: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: bool) -> HRESULT
§PostRestore: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: PCWSTR, _: bool) -> HRESULT
§OrderComponents: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const PCWSTR, _: *const PCWSTR, _: *mut *mut PWSTR, _: *mut *mut PWSTR) -> HRESULT
§IsRollForwardSupported: unsafe extern "system" fn(_: *mut c_void, _: *mut u8) -> HRESULT
Implementations§
§impl IWsbApplicationRestoreSupport_Vtbl
impl IWsbApplicationRestoreSupport_Vtbl
pub const fn new<Identity: IWsbApplicationRestoreSupport_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IWsbApplicationRestoreSupport_Vtbl
impl RefUnwindSafe for IWsbApplicationRestoreSupport_Vtbl
impl Send for IWsbApplicationRestoreSupport_Vtbl
impl Sync for IWsbApplicationRestoreSupport_Vtbl
impl Unpin for IWsbApplicationRestoreSupport_Vtbl
impl UnwindSafe for IWsbApplicationRestoreSupport_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