Struct x11rb_async::protocol::dri2::GetParamRequest
source · pub struct GetParamRequest {
pub drawable: u32,
pub param: u32,
}Fields§
§drawable: u32§param: u32Implementations§
Trait Implementations§
source§impl Clone for GetParamRequest
impl Clone for GetParamRequest
source§fn clone(&self) -> GetParamRequest
fn clone(&self) -> GetParamRequest
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 GetParamRequest
impl Debug for GetParamRequest
source§impl Default for GetParamRequest
impl Default for GetParamRequest
source§fn default() -> GetParamRequest
fn default() -> GetParamRequest
Returns the “default value” for a type. Read more
source§impl Hash for GetParamRequest
impl Hash for GetParamRequest
source§impl Ord for GetParamRequest
impl Ord for GetParamRequest
source§fn cmp(&self, other: &GetParamRequest) -> Ordering
fn cmp(&self, other: &GetParamRequest) -> 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 GetParamRequest
impl PartialEq for GetParamRequest
source§fn eq(&self, other: &GetParamRequest) -> bool
fn eq(&self, other: &GetParamRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for GetParamRequest
impl PartialOrd for GetParamRequest
source§fn partial_cmp(&self, other: &GetParamRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &GetParamRequest) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl ReplyRequest for GetParamRequest
impl ReplyRequest for GetParamRequest
§type Reply = GetParamReply
type Reply = GetParamReply
The kind of reply that this request generates.
source§impl Request for GetParamRequest
impl Request for GetParamRequest
impl Copy for GetParamRequest
impl Eq for GetParamRequest
impl StructuralEq for GetParamRequest
impl StructuralPartialEq for GetParamRequest
Auto Trait Implementations§
impl RefUnwindSafe for GetParamRequest
impl Send for GetParamRequest
impl Sync for GetParamRequest
impl Unpin for GetParamRequest
impl UnwindSafe for GetParamRequest
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