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