pub struct PathSlice<'l> { /* private fields */ }
Expand description
A view on a Path
.
Implementations§
source§impl<'l> PathSlice<'l>
impl<'l> PathSlice<'l>
An immutable view over a Path.
Trait Implementations§
source§impl<'l> AttributeStore for PathSlice<'l>
impl<'l> AttributeStore for PathSlice<'l>
source§impl<'l> FromIterator<PathSlice<'l>> for PathBuffer
impl<'l> FromIterator<PathSlice<'l>> for PathBuffer
source§fn from_iter<T: IntoIterator<Item = PathSlice<'l>>>(iter: T) -> PathBuffer
fn from_iter<T: IntoIterator<Item = PathSlice<'l>>>(iter: T) -> PathBuffer
Creates a value from an iterator. Read more
source§impl<'l> Index<ControlPointId> for PathSlice<'l>
impl<'l> Index<ControlPointId> for PathSlice<'l>
source§impl<'l> Index<EndpointId> for PathSlice<'l>
impl<'l> Index<EndpointId> for PathSlice<'l>
source§impl<'l, 'a> IntoIterator for &'a PathSlice<'l>
impl<'l, 'a> IntoIterator for &'a PathSlice<'l>
source§impl<'l> IntoIterator for PathSlice<'l>
impl<'l> IntoIterator for PathSlice<'l>
source§impl<'l> PositionStore for PathSlice<'l>
impl<'l> PositionStore for PathSlice<'l>
fn get_endpoint(&self, id: EndpointId) -> Point
fn get_control_point(&self, id: ControlPointId) -> Point
impl<'l> Copy for PathSlice<'l>
Auto Trait Implementations§
impl<'l> RefUnwindSafe for PathSlice<'l>
impl<'l> Send for PathSlice<'l>
impl<'l> Sync for PathSlice<'l>
impl<'l> Unpin for PathSlice<'l>
impl<'l> UnwindSafe for PathSlice<'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