#[repr(C)]pub struct IPrintSchemaDisplayableElement_Vtbl {
pub base__: IPrintSchemaElement_Vtbl,
pub DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IPrintSchemaElement_Vtbl
§DisplayName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IPrintSchemaDisplayableElement_Vtbl
impl IPrintSchemaDisplayableElement_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPrintSchemaDisplayableElement_Vtblwhere
Identity: IPrintSchemaDisplayableElement_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintSchemaDisplayableElement_Vtbl
impl RefUnwindSafe for IPrintSchemaDisplayableElement_Vtbl
impl Send for IPrintSchemaDisplayableElement_Vtbl
impl Sync for IPrintSchemaDisplayableElement_Vtbl
impl Unpin for IPrintSchemaDisplayableElement_Vtbl
impl UnwindSafe for IPrintSchemaDisplayableElement_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