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