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