#[repr(C)]pub struct IPrintSupportSettingsUISession_Vtbl {
pub base__: IInspectable_Vtbl,
pub SessionPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DocumentTitle: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT,
pub LaunchKind: unsafe extern "system" fn(_: *mut c_void, _: *mut SettingsLaunchKind) -> HRESULT,
pub UpdatePrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SessionInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§SessionPrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§DocumentTitle: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<HSTRING>) -> HRESULT
§LaunchKind: unsafe extern "system" fn(_: *mut c_void, _: *mut SettingsLaunchKind) -> HRESULT
§UpdatePrintTicket: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SessionInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for IPrintSupportSettingsUISession_Vtbl
impl RefUnwindSafe for IPrintSupportSettingsUISession_Vtbl
impl Send for IPrintSupportSettingsUISession_Vtbl
impl Sync for IPrintSupportSettingsUISession_Vtbl
impl Unpin for IPrintSupportSettingsUISession_Vtbl
impl UnwindSafe for IPrintSupportSettingsUISession_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