pub struct PixmapSurface;
Expand description
Marker that used to type-gate methods for pixmap.
Trait Implementations§
Source§impl Clone for PixmapSurface
impl Clone for PixmapSurface
Source§fn clone(&self) -> PixmapSurface
fn clone(&self) -> PixmapSurface
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 PixmapSurface
impl Debug for PixmapSurface
Source§impl Default for PixmapSurface
impl Default for PixmapSurface
Source§fn default() -> PixmapSurface
fn default() -> PixmapSurface
Returns the “default value” for a type. Read more
Source§impl PartialEq for PixmapSurface
impl PartialEq for PixmapSurface
Source§impl SurfaceTypeTrait for PixmapSurface
impl SurfaceTypeTrait for PixmapSurface
Source§fn surface_type() -> SurfaceType
fn surface_type() -> SurfaceType
Get the type of the surface.
impl Copy for PixmapSurface
impl Eq for PixmapSurface
impl StructuralPartialEq for PixmapSurface
Auto Trait Implementations§
impl Freeze for PixmapSurface
impl RefUnwindSafe for PixmapSurface
impl Send for PixmapSurface
impl Sync for PixmapSurface
impl Unpin for PixmapSurface
impl UnwindSafe for PixmapSurface
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