pub struct PathSample<'l> { /* private fields */ }Expand description
The result of sampling a path.
Implementations§
Source§impl<'l> PathSample<'l>
impl<'l> PathSample<'l>
pub fn position(&self) -> Point
pub fn tangent(&self) -> Vector
pub fn attributes(&mut self) -> Attributes<'l>
Trait Implementations§
Source§impl<'l> Debug for PathSample<'l>
impl<'l> Debug for PathSample<'l>
Source§impl<'l> PartialEq for PathSample<'l>
impl<'l> PartialEq for PathSample<'l>
impl<'l> StructuralPartialEq for PathSample<'l>
Auto Trait Implementations§
impl<'l> Freeze for PathSample<'l>
impl<'l> RefUnwindSafe for PathSample<'l>
impl<'l> Send for PathSample<'l>
impl<'l> Sync for PathSample<'l>
impl<'l> Unpin for PathSample<'l>
impl<'l> UnwindSafe for PathSample<'l>
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