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