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