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