Struct windows::Win32::Storage::FileHistory::IFhReassociation_Vtbl
#[repr(C)]pub struct IFhReassociation_Vtbl {
pub base__: IUnknown_Vtbl,
pub ValidateTarget: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut FH_DEVICE_VALIDATION_RESULT) -> HRESULT,
pub ScanTargetForConfigurations: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT,
pub GetConfigurationDetails: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MaybeUninit<BSTR>, _: *mut MaybeUninit<BSTR>, _: *mut FILETIME) -> HRESULT,
pub SelectConfiguration: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT,
pub PerformReassociation: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§ValidateTarget: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>, _: *mut FH_DEVICE_VALIDATION_RESULT) -> HRESULT
§ScanTargetForConfigurations: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT
§GetConfigurationDetails: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut MaybeUninit<BSTR>, _: *mut MaybeUninit<BSTR>, _: *mut FILETIME) -> HRESULT
§SelectConfiguration: unsafe extern "system" fn(_: *mut c_void, _: u32) -> HRESULT
§PerformReassociation: unsafe extern "system" fn(_: *mut c_void, _: BOOL) -> HRESULT
Implementations§
§impl IFhReassociation_Vtbl
impl IFhReassociation_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFhReassociation_Vtblwhere
Identity: IFhReassociation_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFhReassociation_Vtbl
impl RefUnwindSafe for IFhReassociation_Vtbl
impl Send for IFhReassociation_Vtbl
impl Sync for IFhReassociation_Vtbl
impl Unpin for IFhReassociation_Vtbl
impl UnwindSafe for IFhReassociation_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