Struct windows::Win32::Storage::FileHistory::IFhTarget_Vtbl
#[repr(C)]pub struct IFhTarget_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetStringProperty: unsafe extern "system" fn(_: *mut c_void, _: FH_TARGET_PROPERTY_TYPE, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub GetNumericalProperty: unsafe extern "system" fn(_: *mut c_void, _: FH_TARGET_PROPERTY_TYPE, _: *mut u64) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetStringProperty: unsafe extern "system" fn(_: *mut c_void, _: FH_TARGET_PROPERTY_TYPE, _: *mut MaybeUninit<BSTR>) -> HRESULT
§GetNumericalProperty: unsafe extern "system" fn(_: *mut c_void, _: FH_TARGET_PROPERTY_TYPE, _: *mut u64) -> HRESULT
Implementations§
§impl IFhTarget_Vtbl
impl IFhTarget_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IFhTarget_Vtblwhere
Identity: IFhTarget_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IFhTarget_Vtbl
impl RefUnwindSafe for IFhTarget_Vtbl
impl Send for IFhTarget_Vtbl
impl Sync for IFhTarget_Vtbl
impl Unpin for IFhTarget_Vtbl
impl UnwindSafe for IFhTarget_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