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