pub struct QueryExtensionsStringRequest {
    pub screen: u32,
}Fields§
§screen: u32Implementations§
Trait Implementations§
Source§impl Clone for QueryExtensionsStringRequest
 
impl Clone for QueryExtensionsStringRequest
Source§fn clone(&self) -> QueryExtensionsStringRequest
 
fn clone(&self) -> QueryExtensionsStringRequest
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 Debug for QueryExtensionsStringRequest
 
impl Debug for QueryExtensionsStringRequest
Source§impl Default for QueryExtensionsStringRequest
 
impl Default for QueryExtensionsStringRequest
Source§fn default() -> QueryExtensionsStringRequest
 
fn default() -> QueryExtensionsStringRequest
Returns the “default value” for a type. Read more
Source§impl Hash for QueryExtensionsStringRequest
 
impl Hash for QueryExtensionsStringRequest
Source§impl Ord for QueryExtensionsStringRequest
 
impl Ord for QueryExtensionsStringRequest
Source§fn cmp(&self, other: &QueryExtensionsStringRequest) -> Ordering
 
fn cmp(&self, other: &QueryExtensionsStringRequest) -> 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 PartialEq for QueryExtensionsStringRequest
 
impl PartialEq for QueryExtensionsStringRequest
Source§fn eq(&self, other: &QueryExtensionsStringRequest) -> bool
 
fn eq(&self, other: &QueryExtensionsStringRequest) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl PartialOrd for QueryExtensionsStringRequest
 
impl PartialOrd for QueryExtensionsStringRequest
Source§impl ReplyRequest for QueryExtensionsStringRequest
 
impl ReplyRequest for QueryExtensionsStringRequest
Source§type Reply = QueryExtensionsStringReply
 
type Reply = QueryExtensionsStringReply
The kind of reply that this request generates.
impl Copy for QueryExtensionsStringRequest
impl Eq for QueryExtensionsStringRequest
impl StructuralPartialEq for QueryExtensionsStringRequest
Auto Trait Implementations§
impl Freeze for QueryExtensionsStringRequest
impl RefUnwindSafe for QueryExtensionsStringRequest
impl Send for QueryExtensionsStringRequest
impl Sync for QueryExtensionsStringRequest
impl Unpin for QueryExtensionsStringRequest
impl UnwindSafe for QueryExtensionsStringRequest
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