Struct lambda_platform::gfx::surface::SurfaceBuilder
source · pub struct SurfaceBuilder { /* private fields */ }
Expand description
The API to use for building surfaces from a graphical instance.
Implementations§
Trait Implementations§
source§impl Clone for SurfaceBuilder
impl Clone for SurfaceBuilder
source§fn clone(&self) -> SurfaceBuilder
fn clone(&self) -> SurfaceBuilder
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