Struct windows::Graphics::Printing::IPrintDocumentSource_Vtbl
#[repr(C)]pub struct IPrintDocumentSource_Vtbl {
pub base__: IInspectable_Vtbl,
}
Fields§
§base__: IInspectable_Vtbl
Implementations§
§impl IPrintDocumentSource_Vtbl
impl IPrintDocumentSource_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPrintDocumentSource_Vtblwhere
Identity: IPrintDocumentSource_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintDocumentSource_Vtbl
impl RefUnwindSafe for IPrintDocumentSource_Vtbl
impl Send for IPrintDocumentSource_Vtbl
impl Sync for IPrintDocumentSource_Vtbl
impl Unpin for IPrintDocumentSource_Vtbl
impl UnwindSafe for IPrintDocumentSource_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