Struct x11rb::protocol::xprint::PrintGetPageDimensionsRequest [−][src]
pub struct PrintGetPageDimensionsRequest {
pub context: Pcontext,
}
Fields
context: Pcontext
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<Cookie<'_, Conn, PrintGetPageDimensionsReply>, ConnectionError> where
Conn: RequestConnection + ?Sized,
Parse this request given its header, its body, and any fds that go along with it
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
type Reply = PrintGetPageDimensionsReply
type Reply = PrintGetPageDimensionsReply
The kind of reply that this request generates.
Auto Trait Implementations
impl Send for PrintGetPageDimensionsRequest
impl Sync for PrintGetPageDimensionsRequest
impl Unpin for PrintGetPageDimensionsRequest
impl UnwindSafe for PrintGetPageDimensionsRequest
Blanket Implementations
Mutably borrows from an owned value. Read more