pub struct ShapeFieldScene { /* private fields */ }Expand description
A fullscreen signed-distance figure from the shared mark roster, coloured through the shared palette.
Implementations§
Auto Trait Implementations§
impl Freeze for ShapeFieldScene
impl !RefUnwindSafe for ShapeFieldScene
impl Send for ShapeFieldScene
impl Sync for ShapeFieldScene
impl Unpin for ShapeFieldScene
impl UnsafeUnpin for ShapeFieldScene
impl !UnwindSafe for ShapeFieldScene
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