pub struct Stroke { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Stroke
impl !RefUnwindSafe for Stroke
impl !Send for Stroke
impl !Sync for Stroke
impl Unpin for Stroke
impl !UnwindSafe for Stroke
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