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 duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SurfaceBuilder
impl RefUnwindSafe for SurfaceBuilder
impl Send for SurfaceBuilder
impl Sync for SurfaceBuilder
impl Unpin for SurfaceBuilder
impl UnwindSafe for SurfaceBuilder
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