pub struct SoftSurface<'a> { /* private fields */ }Expand description
Render surface implementation.
Trait Implementations§
Source§impl Fill for SoftSurface<'_>
impl Fill for SoftSurface<'_>
Auto Trait Implementations§
impl<'a> Freeze for SoftSurface<'a>
impl<'a> !RefUnwindSafe for SoftSurface<'a>
impl<'a> !Send for SoftSurface<'a>
impl<'a> !Sync for SoftSurface<'a>
impl<'a> Unpin for SoftSurface<'a>
impl<'a> !UnwindSafe for SoftSurface<'a>
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