pub struct GetDeviceFocus {
pub device_id: u8,
}Expand description
The GetDeviceFocus request.
This request replies GetDeviceFocusReply.
Associated cookie types are GetDeviceFocusCookie and GetDeviceFocusCookieUnchecked.
Fields§
§device_id: u8Trait Implementations§
Source§impl Clone for GetDeviceFocus
impl Clone for GetDeviceFocus
Source§fn clone(&self) -> GetDeviceFocus
fn clone(&self) -> GetDeviceFocus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetDeviceFocus
impl Debug for GetDeviceFocus
Source§impl RawRequest for GetDeviceFocus
impl RawRequest for GetDeviceFocus
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 GetDeviceFocus
impl Request for GetDeviceFocus
Source§impl RequestWithReply for GetDeviceFocus
impl RequestWithReply for GetDeviceFocus
Source§type Reply = GetDeviceFocusReply
type Reply = GetDeviceFocusReply
Reply associated with the request
Source§type Cookie = GetDeviceFocusCookie
type Cookie = GetDeviceFocusCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetDeviceFocusCookieUnchecked
type CookieUnchecked = GetDeviceFocusCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetDeviceFocus
impl RefUnwindSafe for GetDeviceFocus
impl Send for GetDeviceFocus
impl Sync for GetDeviceFocus
impl Unpin for GetDeviceFocus
impl UnsafeUnpin for GetDeviceFocus
impl UnwindSafe for GetDeviceFocus
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