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