Struct ISideShowSession_Vtbl
#[repr(C)]pub struct ISideShowSession_Vtbl {
pub base__: IUnknown_Vtbl,
pub RegisterContent: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
pub RegisterNotifications: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§RegisterContent: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *const GUID, _: *mut *mut c_void) -> HRESULT
§RegisterNotifications: unsafe extern "system" fn(_: *mut c_void, _: *const GUID, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ISideShowSession_Vtbl
impl ISideShowSession_Vtbl
pub const fn new<Identity: ISideShowSession_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISideShowSession_Vtbl
impl RefUnwindSafe for ISideShowSession_Vtbl
impl Send for ISideShowSession_Vtbl
impl Sync for ISideShowSession_Vtbl
impl Unpin for ISideShowSession_Vtbl
impl UnwindSafe for ISideShowSession_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