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