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