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