Struct GetWindowAttributesRequest
pub struct GetWindowAttributesRequest {
pub window: u32,
}
Expand description
Fields§
§window: u32
Implementations§
Trait Implementations§
§impl Clone for GetWindowAttributesRequest
impl Clone for GetWindowAttributesRequest
§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 more§impl Debug for GetWindowAttributesRequest
impl Debug for GetWindowAttributesRequest
§impl Default for GetWindowAttributesRequest
impl Default for GetWindowAttributesRequest
§fn default() -> GetWindowAttributesRequest
fn default() -> GetWindowAttributesRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for GetWindowAttributesRequest
impl ReplyRequest for GetWindowAttributesRequest
§type Reply = GetWindowAttributesReply
type Reply = GetWindowAttributesReply
The kind of reply that this request generates.
§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
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
)