Struct x11rb_async::protocol::dri3::OpenRequest
source · pub struct OpenRequest {
pub drawable: u32,
pub provider: u32,
}Fields§
§drawable: u32§provider: u32Implementations§
Trait Implementations§
source§impl Clone for OpenRequest
impl Clone for OpenRequest
source§fn clone(&self) -> OpenRequest
fn clone(&self) -> OpenRequest
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 OpenRequest
impl Debug for OpenRequest
source§impl Default for OpenRequest
impl Default for OpenRequest
source§fn default() -> OpenRequest
fn default() -> OpenRequest
Returns the “default value” for a type. Read more
source§impl Hash for OpenRequest
impl Hash for OpenRequest
source§impl Ord for OpenRequest
impl Ord for OpenRequest
source§fn cmp(&self, other: &OpenRequest) -> Ordering
fn cmp(&self, other: &OpenRequest) -> 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 OpenRequest
impl PartialEq for OpenRequest
source§fn eq(&self, other: &OpenRequest) -> bool
fn eq(&self, other: &OpenRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for OpenRequest
impl PartialOrd for OpenRequest
source§fn partial_cmp(&self, other: &OpenRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &OpenRequest) -> 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 ReplyFDsRequest for OpenRequest
impl ReplyFDsRequest for OpenRequest
source§impl Request for OpenRequest
impl Request for OpenRequest
impl Copy for OpenRequest
impl Eq for OpenRequest
impl StructuralEq for OpenRequest
impl StructuralPartialEq for OpenRequest
Auto Trait Implementations§
impl RefUnwindSafe for OpenRequest
impl Send for OpenRequest
impl Sync for OpenRequest
impl Unpin for OpenRequest
impl UnwindSafe for OpenRequest
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