Struct windows::Devices::PointOfService::IJournalPrintJob_Vtbl
#[repr(C)]pub struct IJournalPrintJob_Vtbl {
pub base__: IInspectable_Vtbl,
pub Print: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void) -> HRESULT,
pub FeedPaperByLine: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub FeedPaperByMapModeUnit: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Print: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<HSTRING>, _: *mut c_void) -> HRESULT
§FeedPaperByLine: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§FeedPaperByMapModeUnit: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
Auto Trait Implementations§
impl Freeze for IJournalPrintJob_Vtbl
impl RefUnwindSafe for IJournalPrintJob_Vtbl
impl Send for IJournalPrintJob_Vtbl
impl Sync for IJournalPrintJob_Vtbl
impl Unpin for IJournalPrintJob_Vtbl
impl UnwindSafe for IJournalPrintJob_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