pub struct GetWindowAttributes {
pub window: Window,
}Expand description
Gets window attributes
Gets the current attributes for the specified window.
This request replies GetWindowAttributesReply.
Associated cookie types are GetWindowAttributesCookie and GetWindowAttributesCookieUnchecked.
Fields§
§window: WindowThe window to get the attributes from.
Trait Implementations§
Source§impl Clone for GetWindowAttributes
impl Clone for GetWindowAttributes
Source§fn clone(&self) -> GetWindowAttributes
fn clone(&self) -> GetWindowAttributes
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 GetWindowAttributes
impl Debug for GetWindowAttributes
Source§impl RawRequest for GetWindowAttributes
impl RawRequest for GetWindowAttributes
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 GetWindowAttributes
impl Request for GetWindowAttributes
Source§impl RequestWithReply for GetWindowAttributes
impl RequestWithReply for GetWindowAttributes
Source§type Reply = GetWindowAttributesReply
type Reply = GetWindowAttributesReply
Reply associated with the request
Source§type Cookie = GetWindowAttributesCookie
type Cookie = GetWindowAttributesCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetWindowAttributesCookieUnchecked
type CookieUnchecked = GetWindowAttributesCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetWindowAttributes
impl RefUnwindSafe for GetWindowAttributes
impl Send for GetWindowAttributes
impl Sync for GetWindowAttributes
impl Unpin for GetWindowAttributes
impl UnwindSafe for GetWindowAttributes
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