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