Struct FreePixmapRequest
pub struct FreePixmapRequest {
pub pixmap: u32,
}
Expand description
Fields§
§pixmap: u32
Implementations§
Trait Implementations§
§impl Clone for FreePixmapRequest
impl Clone for FreePixmapRequest
§fn clone(&self) -> FreePixmapRequest
fn clone(&self) -> FreePixmapRequest
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 more§impl Debug for FreePixmapRequest
impl Debug for FreePixmapRequest
§impl Default for FreePixmapRequest
impl Default for FreePixmapRequest
§fn default() -> FreePixmapRequest
fn default() -> FreePixmapRequest
Returns the “default value” for a type. Read more
§impl Request for FreePixmapRequest
impl Request for FreePixmapRequest
impl Copy 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)