pub struct Turtle {
marks: Vec<Mark>,
state: DrawState,
}Fields§
§marks: Vec<Mark>§state: DrawStateImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Turtle
impl RefUnwindSafe for Turtle
impl Send for Turtle
impl Sync for Turtle
impl Unpin for Turtle
impl UnsafeUnpin for Turtle
impl UnwindSafe for Turtle
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