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