pub struct QueryPictIndexValues {
pub format: Pictformat,
}Expand description
The QueryPictIndexValues request.
This request replies QueryPictIndexValuesReply.
Associated cookie types are QueryPictIndexValuesCookie and QueryPictIndexValuesCookieUnchecked.
Fields§
§format: PictformatTrait Implementations§
Source§impl Clone for QueryPictIndexValues
impl Clone for QueryPictIndexValues
Source§fn clone(&self) -> QueryPictIndexValues
fn clone(&self) -> QueryPictIndexValues
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 QueryPictIndexValues
impl Debug for QueryPictIndexValues
Source§impl RawRequest for QueryPictIndexValues
impl RawRequest for QueryPictIndexValues
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 QueryPictIndexValues
impl Request for QueryPictIndexValues
Source§impl RequestWithReply for QueryPictIndexValues
impl RequestWithReply for QueryPictIndexValues
Source§type Reply = QueryPictIndexValuesReply
type Reply = QueryPictIndexValuesReply
Reply associated with the request
Source§type Cookie = QueryPictIndexValuesCookie
type Cookie = QueryPictIndexValuesCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = QueryPictIndexValuesCookieUnchecked
type CookieUnchecked = QueryPictIndexValuesCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryPictIndexValues
impl RefUnwindSafe for QueryPictIndexValues
impl Send for QueryPictIndexValues
impl Sync for QueryPictIndexValues
impl Unpin for QueryPictIndexValues
impl UnwindSafe for QueryPictIndexValues
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