Struct xcb::xprint::PrintStartJob
source · pub struct PrintStartJob {
pub output_mode: u8,
}
Expand description
The PrintStartJob
request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§output_mode: u8
Trait Implementations§
source§impl Clone for PrintStartJob
impl Clone for PrintStartJob
source§fn clone(&self) -> PrintStartJob
fn clone(&self) -> PrintStartJob
Returns a copy of the value. Read more
1.0.0 · 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 PrintStartJob
impl Debug for PrintStartJob
source§impl RawRequest for PrintStartJob
impl RawRequest for PrintStartJob
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl Request for PrintStartJob
impl Request for PrintStartJob
impl RequestWithoutReply for PrintStartJob
Auto Trait Implementations§
impl Freeze for PrintStartJob
impl RefUnwindSafe for PrintStartJob
impl Send for PrintStartJob
impl Sync for PrintStartJob
impl Unpin for PrintStartJob
impl UnwindSafe for PrintStartJob
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)