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