#[repr(transparent)]pub struct Print_JobDocAdapterState(pub c_uint);Available on crate features
print and api-12 and api-13 only.Expand description
Indicates the print job doc adapter state.
Available since API-level: 13
Tuple Fields§
§0: c_uintImplementations§
Source§impl Print_JobDocAdapterState
impl Print_JobDocAdapterState
Sourcepub const PRINT_DOC_ADAPTER_PREVIEW_ABILITY_DESTROY: Print_JobDocAdapterState
pub const PRINT_DOC_ADAPTER_PREVIEW_ABILITY_DESTROY: Print_JobDocAdapterState
Print job preview ability destroy.
Sourcepub const PRINT_DOC_ADAPTER_PRINT_TASK_SUCCEED: Print_JobDocAdapterState
pub const PRINT_DOC_ADAPTER_PRINT_TASK_SUCCEED: Print_JobDocAdapterState
Print job task succeed.
Sourcepub const PRINT_DOC_ADAPTER_PRINT_TASK_FAIL: Print_JobDocAdapterState
pub const PRINT_DOC_ADAPTER_PRINT_TASK_FAIL: Print_JobDocAdapterState
Print job task failed.
Sourcepub const PRINT_DOC_ADAPTER_PRINT_TASK_CANCEL: Print_JobDocAdapterState
pub const PRINT_DOC_ADAPTER_PRINT_TASK_CANCEL: Print_JobDocAdapterState
Print job task cancel.
Sourcepub const PRINT_DOC_ADAPTER_PRINT_TASK_BLOCK: Print_JobDocAdapterState
pub const PRINT_DOC_ADAPTER_PRINT_TASK_BLOCK: Print_JobDocAdapterState
Print job task block.
Sourcepub const PRINT_DOC_ADAPTER_PREVIEW_ABILITY_DESTROY_FOR_CANCELED: Print_JobDocAdapterState
pub const PRINT_DOC_ADAPTER_PREVIEW_ABILITY_DESTROY_FOR_CANCELED: Print_JobDocAdapterState
Print job task preview ability destroy for cancel.
Sourcepub const PRINT_DOC_ADAPTER_PREVIEW_ABILITY_DESTROY_FOR_STARTED: Print_JobDocAdapterState
pub const PRINT_DOC_ADAPTER_PREVIEW_ABILITY_DESTROY_FOR_STARTED: Print_JobDocAdapterState
Print job task preview ability destroy for started.
Trait Implementations§
Source§impl Clone for Print_JobDocAdapterState
impl Clone for Print_JobDocAdapterState
Source§fn clone(&self) -> Print_JobDocAdapterState
fn clone(&self) -> Print_JobDocAdapterState
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_JobDocAdapterState
impl Debug for Print_JobDocAdapterState
Source§impl Hash for Print_JobDocAdapterState
impl Hash for Print_JobDocAdapterState
Source§impl PartialEq for Print_JobDocAdapterState
impl PartialEq for Print_JobDocAdapterState
Source§fn eq(&self, other: &Print_JobDocAdapterState) -> bool
fn eq(&self, other: &Print_JobDocAdapterState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for Print_JobDocAdapterState
impl Eq for Print_JobDocAdapterState
impl StructuralPartialEq for Print_JobDocAdapterState
Auto Trait Implementations§
impl Freeze for Print_JobDocAdapterState
impl RefUnwindSafe for Print_JobDocAdapterState
impl Send for Print_JobDocAdapterState
impl Sync for Print_JobDocAdapterState
impl Unpin for Print_JobDocAdapterState
impl UnsafeUnpin for Print_JobDocAdapterState
impl UnwindSafe for Print_JobDocAdapterState
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