#[repr(C)]pub struct Print_PrintDocCallback {
pub startLayoutWriteCb: Print_OnStartLayoutWrite,
pub jobStateChangedCb: Print_OnJobStateChanged,
}Available on crate features
print and api-12 and api-13 only.Expand description
Indicates print doc state callback structure.
Available since API-level: 13
Fields§
§startLayoutWriteCb: Print_OnStartLayoutWritePrint start layout callback.
jobStateChangedCb: Print_OnJobStateChangedPrint job state callback.
Trait Implementations§
Source§impl Clone for Print_PrintDocCallback
impl Clone for Print_PrintDocCallback
Source§fn clone(&self) -> Print_PrintDocCallback
fn clone(&self) -> Print_PrintDocCallback
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Print_PrintDocCallback
impl Debug for Print_PrintDocCallback
impl Copy for Print_PrintDocCallback
Auto Trait Implementations§
impl Freeze for Print_PrintDocCallback
impl RefUnwindSafe for Print_PrintDocCallback
impl Send for Print_PrintDocCallback
impl Sync for Print_PrintDocCallback
impl Unpin for Print_PrintDocCallback
impl UnsafeUnpin for Print_PrintDocCallback
impl UnwindSafe for Print_PrintDocCallback
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