Struct windows::Win32::System::Search::IGetSession_Vtbl
#[repr(C)]pub struct IGetSession_Vtbl {
pub base__: IUnknown_Vtbl,
pub GetSession: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§GetSession: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IGetSession_Vtbl
impl IGetSession_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IGetSession_Vtblwhere
Identity: IGetSession_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IGetSession_Vtbl
impl RefUnwindSafe for IGetSession_Vtbl
impl Send for IGetSession_Vtbl
impl Sync for IGetSession_Vtbl
impl Unpin for IGetSession_Vtbl
impl UnwindSafe for IGetSession_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