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