#[repr(C)]pub struct IPrintSupportPrintTicketElement_Vtbl {
pub base__: IInspectable_Vtbl,
pub LocalName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetLocalName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
pub NamespaceUri: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub SetNamespaceUri: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§LocalName: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetLocalName: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
§NamespaceUri: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§SetNamespaceUri: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPrintSupportPrintTicketElement_Vtbl
impl RefUnwindSafe for IPrintSupportPrintTicketElement_Vtbl
impl Send for IPrintSupportPrintTicketElement_Vtbl
impl Sync for IPrintSupportPrintTicketElement_Vtbl
impl Unpin for IPrintSupportPrintTicketElement_Vtbl
impl UnwindSafe for IPrintSupportPrintTicketElement_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