pub struct PrintGetPrinterList<'a> {
pub printer_name: &'a [String8],
pub locale: &'a [String8],
}Expand description
The PrintGetPrinterList request.
This request replies PrintGetPrinterListReply.
Associated cookie types are PrintGetPrinterListCookie and PrintGetPrinterListCookieUnchecked.
Fields§
§printer_name: &'a [String8]§locale: &'a [String8]Trait Implementations§
Source§impl<'a> Clone for PrintGetPrinterList<'a>
impl<'a> Clone for PrintGetPrinterList<'a>
Source§fn clone(&self) -> PrintGetPrinterList<'a>
fn clone(&self) -> PrintGetPrinterList<'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 PrintGetPrinterList<'a>
impl<'a> Debug for PrintGetPrinterList<'a>
Source§impl<'a> RawRequest for PrintGetPrinterList<'a>
impl<'a> RawRequest for PrintGetPrinterList<'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 PrintGetPrinterList<'a>
impl<'a> Request for PrintGetPrinterList<'a>
Source§impl<'a> RequestWithReply for PrintGetPrinterList<'a>
impl<'a> RequestWithReply for PrintGetPrinterList<'a>
Source§type Reply = PrintGetPrinterListReply
type Reply = PrintGetPrinterListReply
Reply associated with the request
Source§type Cookie = PrintGetPrinterListCookie
type Cookie = PrintGetPrinterListCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = PrintGetPrinterListCookieUnchecked
type CookieUnchecked = PrintGetPrinterListCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl<'a> Freeze for PrintGetPrinterList<'a>
impl<'a> RefUnwindSafe for PrintGetPrinterList<'a>
impl<'a> Send for PrintGetPrinterList<'a>
impl<'a> Sync for PrintGetPrinterList<'a>
impl<'a> Unpin for PrintGetPrinterList<'a>
impl<'a> UnwindSafe for PrintGetPrinterList<'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