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