pub struct GetDeviceInfo {
pub screen: u32,
}
Expand description
The GetDeviceInfo
request.
This request replies GetDeviceInfoReply.
Associated cookie types are GetDeviceInfoCookie and GetDeviceInfoCookieUnchecked.
Fields§
§screen: u32
Trait Implementations§
Source§impl Clone for GetDeviceInfo
impl Clone for GetDeviceInfo
Source§fn clone(&self) -> GetDeviceInfo
fn clone(&self) -> GetDeviceInfo
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 GetDeviceInfo
impl Debug for GetDeviceInfo
Source§impl RawRequest for GetDeviceInfo
impl RawRequest for GetDeviceInfo
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 GetDeviceInfo
impl Request for GetDeviceInfo
Source§impl RequestWithReply for GetDeviceInfo
impl RequestWithReply for GetDeviceInfo
Source§type Reply = GetDeviceInfoReply
type Reply = GetDeviceInfoReply
Reply associated with the request
Source§type Cookie = GetDeviceInfoCookie
type Cookie = GetDeviceInfoCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetDeviceInfoCookieUnchecked
type CookieUnchecked = GetDeviceInfoCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetDeviceInfo
impl RefUnwindSafe for GetDeviceInfo
impl Send for GetDeviceInfo
impl Sync for GetDeviceInfo
impl Unpin for GetDeviceInfo
impl UnwindSafe for GetDeviceInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)