pub struct PrintPutDocumentDataRequest<'input> {
pub drawable: u32,
pub data: Cow<'input, [u8]>,
pub doc_format: Cow<'input, [u8]>,
pub options: Cow<'input, [u8]>,
}
Fields§
§drawable: u32
§data: Cow<'input, [u8]>
§doc_format: Cow<'input, [u8]>
§options: Cow<'input, [u8]>
Implementations§
Source§impl<'input> PrintPutDocumentDataRequest<'input>
impl<'input> PrintPutDocumentDataRequest<'input>
Trait Implementations§
Source§impl<'input> Clone for PrintPutDocumentDataRequest<'input>
impl<'input> Clone for PrintPutDocumentDataRequest<'input>
Source§fn clone(&self) -> PrintPutDocumentDataRequest<'input>
fn clone(&self) -> PrintPutDocumentDataRequest<'input>
Returns a duplicate 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<'input> Debug for PrintPutDocumentDataRequest<'input>
impl<'input> Debug for PrintPutDocumentDataRequest<'input>
Source§impl<'input> Default for PrintPutDocumentDataRequest<'input>
impl<'input> Default for PrintPutDocumentDataRequest<'input>
Source§fn default() -> PrintPutDocumentDataRequest<'input>
fn default() -> PrintPutDocumentDataRequest<'input>
Returns the “default value” for a type. Read more
Source§impl<'input> Hash for PrintPutDocumentDataRequest<'input>
impl<'input> Hash for PrintPutDocumentDataRequest<'input>
Source§impl<'input> Ord for PrintPutDocumentDataRequest<'input>
impl<'input> Ord for PrintPutDocumentDataRequest<'input>
Source§fn cmp(&self, other: &PrintPutDocumentDataRequest<'input>) -> Ordering
fn cmp(&self, other: &PrintPutDocumentDataRequest<'input>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'input> PartialEq for PrintPutDocumentDataRequest<'input>
impl<'input> PartialEq for PrintPutDocumentDataRequest<'input>
Source§fn eq(&self, other: &PrintPutDocumentDataRequest<'input>) -> bool
fn eq(&self, other: &PrintPutDocumentDataRequest<'input>) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<'input> PartialOrd for PrintPutDocumentDataRequest<'input>
impl<'input> PartialOrd for PrintPutDocumentDataRequest<'input>
Source§impl<'input> Request for PrintPutDocumentDataRequest<'input>
impl<'input> Request for PrintPutDocumentDataRequest<'input>
impl<'input> Eq for PrintPutDocumentDataRequest<'input>
impl<'input> StructuralPartialEq for PrintPutDocumentDataRequest<'input>
impl<'input> VoidRequest for PrintPutDocumentDataRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for PrintPutDocumentDataRequest<'input>
impl<'input> RefUnwindSafe for PrintPutDocumentDataRequest<'input>
impl<'input> Send for PrintPutDocumentDataRequest<'input>
impl<'input> Sync for PrintPutDocumentDataRequest<'input>
impl<'input> Unpin for PrintPutDocumentDataRequest<'input>
impl<'input> UnwindSafe for PrintPutDocumentDataRequest<'input>
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