#[repr(C)]pub struct IVssWriterComponentsExtVtbl {
pub parent1: IVssWriterComponentsVtbl,
pub parent2: IUnknownVtbl,
}Fields§
§parent1: IVssWriterComponentsVtbl§parent2: IUnknownVtblAuto Trait Implementations§
impl Freeze for IVssWriterComponentsExtVtbl
impl RefUnwindSafe for IVssWriterComponentsExtVtbl
impl Send for IVssWriterComponentsExtVtbl
impl Sync for IVssWriterComponentsExtVtbl
impl Unpin for IVssWriterComponentsExtVtbl
impl UnwindSafe for IVssWriterComponentsExtVtbl
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