pub struct GetDrawableAttributesRequest {
pub drawable: u32,
}
Fields§
§drawable: u32
Implementations§
Trait Implementations§
Source§impl Clone for GetDrawableAttributesRequest
impl Clone for GetDrawableAttributesRequest
Source§fn clone(&self) -> GetDrawableAttributesRequest
fn clone(&self) -> GetDrawableAttributesRequest
Returns a duplicate 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 GetDrawableAttributesRequest
impl Debug for GetDrawableAttributesRequest
Source§impl Default for GetDrawableAttributesRequest
impl Default for GetDrawableAttributesRequest
Source§fn default() -> GetDrawableAttributesRequest
fn default() -> GetDrawableAttributesRequest
Returns the “default value” for a type. Read more
Source§impl Hash for GetDrawableAttributesRequest
impl Hash for GetDrawableAttributesRequest
Source§impl Ord for GetDrawableAttributesRequest
impl Ord for GetDrawableAttributesRequest
Source§fn cmp(&self, other: &GetDrawableAttributesRequest) -> Ordering
fn cmp(&self, other: &GetDrawableAttributesRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for GetDrawableAttributesRequest
impl PartialEq for GetDrawableAttributesRequest
Source§fn eq(&self, other: &GetDrawableAttributesRequest) -> bool
fn eq(&self, other: &GetDrawableAttributesRequest) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl PartialOrd for GetDrawableAttributesRequest
impl PartialOrd for GetDrawableAttributesRequest
Source§impl ReplyRequest for GetDrawableAttributesRequest
impl ReplyRequest for GetDrawableAttributesRequest
Source§type Reply = GetDrawableAttributesReply
type Reply = GetDrawableAttributesReply
The kind of reply that this request generates.
impl Copy for GetDrawableAttributesRequest
impl Eq for GetDrawableAttributesRequest
impl StructuralPartialEq for GetDrawableAttributesRequest
Auto Trait Implementations§
impl Freeze for GetDrawableAttributesRequest
impl RefUnwindSafe for GetDrawableAttributesRequest
impl Send for GetDrawableAttributesRequest
impl Sync for GetDrawableAttributesRequest
impl Unpin for GetDrawableAttributesRequest
impl UnwindSafe for GetDrawableAttributesRequest
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