Struct windows::Win32::Graphics::Printing::IPrintSchemaElement_Vtbl
#[repr(C)]pub struct IPrintSchemaElement_Vtbl {
pub base__: IDispatch_Vtbl,
pub XmlNode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub NamespaceUri: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§XmlNode: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Name: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
§NamespaceUri: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT
Implementations§
§impl IPrintSchemaElement_Vtbl
impl IPrintSchemaElement_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IPrintSchemaElement_Vtblwhere
Identity: IPrintSchemaElement_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IPrintSchemaElement_Vtbl
impl RefUnwindSafe for IPrintSchemaElement_Vtbl
impl Send for IPrintSchemaElement_Vtbl
impl Sync for IPrintSchemaElement_Vtbl
impl Unpin for IPrintSchemaElement_Vtbl
impl UnwindSafe for IPrintSchemaElement_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