Struct x11rb::protocol::xproto::GetWindowAttributesRequest
source · pub struct GetWindowAttributesRequest {
pub window: u32,
}
Expand description
Fields§
§window: u32
Implementations§
Trait Implementations§
source§impl Clone for GetWindowAttributesRequest
impl Clone for GetWindowAttributesRequest
source§fn clone(&self) -> GetWindowAttributesRequest
fn clone(&self) -> GetWindowAttributesRequest
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 GetWindowAttributesRequest
impl Debug for GetWindowAttributesRequest
source§impl Default for GetWindowAttributesRequest
impl Default for GetWindowAttributesRequest
source§fn default() -> GetWindowAttributesRequest
fn default() -> GetWindowAttributesRequest
Returns the “default value” for a type. Read more
source§impl ReplyRequest for GetWindowAttributesRequest
impl ReplyRequest for GetWindowAttributesRequest
§type Reply = GetWindowAttributesReply
type Reply = GetWindowAttributesReply
The kind of reply that this request generates.
source§impl Request for GetWindowAttributesRequest
impl Request for GetWindowAttributesRequest
impl Copy for GetWindowAttributesRequest
Auto Trait Implementations§
impl Freeze for GetWindowAttributesRequest
impl RefUnwindSafe for GetWindowAttributesRequest
impl Send for GetWindowAttributesRequest
impl Sync for GetWindowAttributesRequest
impl Unpin for GetWindowAttributesRequest
impl UnwindSafe for GetWindowAttributesRequest
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