#[repr(C)]pub struct IContinue {
pub lpVtbl: *mut IContinueVtbl,
}Fields§
§lpVtbl: *mut IContinueVtblTrait Implementations§
Auto Trait Implementations§
impl Freeze for IContinue
impl RefUnwindSafe for IContinue
impl !Send for IContinue
impl !Sync for IContinue
impl Unpin for IContinue
impl UnwindSafe for IContinue
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