pub struct DestroyGLXPixmapRequest {
pub glx_pixmap: u32,
}
Fields§
§glx_pixmap: u32
Implementations§
Trait Implementations§
Source§impl Clone for DestroyGLXPixmapRequest
impl Clone for DestroyGLXPixmapRequest
Source§fn clone(&self) -> DestroyGLXPixmapRequest
fn clone(&self) -> DestroyGLXPixmapRequest
Returns a duplicate 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 DestroyGLXPixmapRequest
impl Debug for DestroyGLXPixmapRequest
Source§impl Default for DestroyGLXPixmapRequest
impl Default for DestroyGLXPixmapRequest
Source§fn default() -> DestroyGLXPixmapRequest
fn default() -> DestroyGLXPixmapRequest
Returns the “default value” for a type. Read more
Source§impl Hash for DestroyGLXPixmapRequest
impl Hash for DestroyGLXPixmapRequest
Source§impl Ord for DestroyGLXPixmapRequest
impl Ord for DestroyGLXPixmapRequest
Source§fn cmp(&self, other: &DestroyGLXPixmapRequest) -> Ordering
fn cmp(&self, other: &DestroyGLXPixmapRequest) -> 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 DestroyGLXPixmapRequest
impl PartialEq for DestroyGLXPixmapRequest
Source§impl PartialOrd for DestroyGLXPixmapRequest
impl PartialOrd for DestroyGLXPixmapRequest
Source§impl Request for DestroyGLXPixmapRequest
impl Request for DestroyGLXPixmapRequest
impl Copy for DestroyGLXPixmapRequest
impl Eq for DestroyGLXPixmapRequest
impl StructuralPartialEq for DestroyGLXPixmapRequest
impl VoidRequest for DestroyGLXPixmapRequest
Auto Trait Implementations§
impl Freeze for DestroyGLXPixmapRequest
impl RefUnwindSafe for DestroyGLXPixmapRequest
impl Send for DestroyGLXPixmapRequest
impl Sync for DestroyGLXPixmapRequest
impl Unpin for DestroyGLXPixmapRequest
impl UnwindSafe for DestroyGLXPixmapRequest
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