Struct xcb::x::GetWindowAttributes
source · 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: Window
The 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
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
)