Struct ITravelLogStg_Vtbl
#[repr(C)]pub struct ITravelLogStg_Vtbl {
    pub base__: IUnknown_Vtbl,
    pub CreateEntry: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut c_void, _: BOOL, _: *mut *mut c_void) -> HRESULT,
    pub TravelTo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
    pub EnumEntries: unsafe extern "system" fn(_: *mut c_void, _: TLENUMF, _: *mut *mut c_void) -> HRESULT,
    pub FindEntries: unsafe extern "system" fn(_: *mut c_void, _: TLENUMF, _: PCWSTR, _: *mut *mut c_void) -> HRESULT,
    pub GetCount: unsafe extern "system" fn(_: *mut c_void, _: TLENUMF, _: *mut u32) -> HRESULT,
    pub RemoveEntry: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
    pub GetRelativeEntry: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IUnknown_Vtbl§CreateEntry: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: *mut c_void, _: BOOL, _: *mut *mut c_void) -> HRESULT§TravelTo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§EnumEntries: unsafe extern "system" fn(_: *mut c_void, _: TLENUMF, _: *mut *mut c_void) -> HRESULT§FindEntries: unsafe extern "system" fn(_: *mut c_void, _: TLENUMF, _: PCWSTR, _: *mut *mut c_void) -> HRESULT§GetCount: unsafe extern "system" fn(_: *mut c_void, _: TLENUMF, _: *mut u32) -> HRESULT§RemoveEntry: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetRelativeEntry: unsafe extern "system" fn(_: *mut c_void, _: i32, _: *mut *mut c_void) -> HRESULTImplementations§
§impl ITravelLogStg_Vtbl
 
impl ITravelLogStg_Vtbl
pub const fn new<Identity: ITravelLogStg_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ITravelLogStg_Vtbl
impl RefUnwindSafe for ITravelLogStg_Vtbl
impl Send for ITravelLogStg_Vtbl
impl Sync for ITravelLogStg_Vtbl
impl Unpin for ITravelLogStg_Vtbl
impl UnwindSafe for ITravelLogStg_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