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