Resizeable
Surface
glutin
0.32.2
Resizeable
Surface
Implementors
In glutin::
surface
Structs
PbufferSurface
PixmapSurface
Rect
SurfaceAttributes
SurfaceAttributesBuilder
WindowSurface
Enums
NativePixmap
RawSurface
Surface
SurfaceType
SwapInterval
Traits
AsRawSurface
GlSurface
ResizeableSurface
SurfaceTypeTrait
glutin
::
surface
Trait
ResizeableSurface
Copy item path
Settings
Help
Summary
Source
pub trait ResizeableSurface: Sealed { }
Expand description
Marker indicating that the surface could be resized.
Implementors
§
Source
§
impl
ResizeableSurface
for
WindowSurface