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