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