Struct lyon_path::EndpointId
source · pub struct EndpointId(pub u32);
Expand description
ID of an endpoint point in a path.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
source§impl Clone for EndpointId
impl Clone for EndpointId
source§fn clone(&self) -> EndpointId
fn clone(&self) -> EndpointId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EndpointId
impl Debug for EndpointId
source§impl Hash for EndpointId
impl Hash for EndpointId
source§impl<'l, Endpoint, ControlPoint> Index<EndpointId> for CommandsPathSlice<'l, Endpoint, ControlPoint>
impl<'l, Endpoint, ControlPoint> Index<EndpointId> for CommandsPathSlice<'l, Endpoint, ControlPoint>
source§impl Index<EndpointId> for Path
impl Index<EndpointId> for Path
source§impl<'l> Index<EndpointId> for PathSlice<'l>
impl<'l> Index<EndpointId> for PathSlice<'l>
source§impl<'l, T> Index<EndpointId> for Polygon<'l, T>
impl<'l, T> Index<EndpointId> for Polygon<'l, T>
source§impl PartialEq for EndpointId
impl PartialEq for EndpointId
impl Copy for EndpointId
impl Eq for EndpointId
impl StructuralPartialEq for EndpointId
Auto Trait Implementations§
impl Freeze for EndpointId
impl RefUnwindSafe for EndpointId
impl Send for EndpointId
impl Sync for EndpointId
impl Unpin for EndpointId
impl UnwindSafe for EndpointId
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)