#[repr(C)]pub struct IObjContextVtbl {
pub parent: IContextVtbl,
pub Reserved1: unsafe extern "system" fn(This: *mut IObjContext),
pub Reserved2: unsafe extern "system" fn(This: *mut IObjContext),
pub Reserved3: unsafe extern "system" fn(This: *mut IObjContext),
pub Reserved4: unsafe extern "system" fn(This: *mut IObjContext),
pub Reserved5: unsafe extern "system" fn(This: *mut IObjContext),
pub Reserved6: unsafe extern "system" fn(This: *mut IObjContext),
pub Reserved7: unsafe extern "system" fn(This: *mut IObjContext),
}
Fields§
§parent: IContextVtbl
§Reserved1: unsafe extern "system" fn(This: *mut IObjContext)
§Reserved2: unsafe extern "system" fn(This: *mut IObjContext)
§Reserved3: unsafe extern "system" fn(This: *mut IObjContext)
§Reserved4: unsafe extern "system" fn(This: *mut IObjContext)
§Reserved5: unsafe extern "system" fn(This: *mut IObjContext)
§Reserved6: unsafe extern "system" fn(This: *mut IObjContext)
§Reserved7: unsafe extern "system" fn(This: *mut IObjContext)
Auto Trait Implementations§
impl Freeze for IObjContextVtbl
impl RefUnwindSafe for IObjContextVtbl
impl Send for IObjContextVtbl
impl Sync for IObjContextVtbl
impl Unpin for IObjContextVtbl
impl UnwindSafe for IObjContextVtbl
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