Struct xcb::xprint::PrintPutDocumentData
source · pub struct PrintPutDocumentData<'a> {
pub drawable: Drawable,
pub data: &'a [u8],
pub doc_format: &'a [String8],
pub options: &'a [String8],
}
Expand description
The PrintPutDocumentData
request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§drawable: Drawable
§data: &'a [u8]
§doc_format: &'a [String8]
§options: &'a [String8]
Trait Implementations§
source§impl<'a> Clone for PrintPutDocumentData<'a>
impl<'a> Clone for PrintPutDocumentData<'a>
source§fn clone(&self) -> PrintPutDocumentData<'a>
fn clone(&self) -> PrintPutDocumentData<'a>
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<'a> Debug for PrintPutDocumentData<'a>
impl<'a> Debug for PrintPutDocumentData<'a>
source§impl<'a> RawRequest for PrintPutDocumentData<'a>
impl<'a> RawRequest for PrintPutDocumentData<'a>
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<'a> Request for PrintPutDocumentData<'a>
impl<'a> Request for PrintPutDocumentData<'a>
impl<'a> RequestWithoutReply for PrintPutDocumentData<'a>
Auto Trait Implementations§
impl<'a> Freeze for PrintPutDocumentData<'a>
impl<'a> RefUnwindSafe for PrintPutDocumentData<'a>
impl<'a> Send for PrintPutDocumentData<'a>
impl<'a> Sync for PrintPutDocumentData<'a>
impl<'a> Unpin for PrintPutDocumentData<'a>
impl<'a> UnwindSafe for PrintPutDocumentData<'a>
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
)