pub struct ProfileEdge {
pub curve: CurveId,
pub reversed: bool,
}Expand description
One curve of a loop, traversed forwards or backwards.
Fields§
§curve: CurveId§reversed: boolTrait Implementations§
Source§impl Clone for ProfileEdge
impl Clone for ProfileEdge
Source§fn clone(&self) -> ProfileEdge
fn clone(&self) -> ProfileEdge
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ProfileEdge
Source§impl Debug for ProfileEdge
impl Debug for ProfileEdge
impl Eq for ProfileEdge
Source§impl PartialEq for ProfileEdge
impl PartialEq for ProfileEdge
Source§fn eq(&self, other: &ProfileEdge) -> bool
fn eq(&self, other: &ProfileEdge) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProfileEdge
Auto Trait Implementations§
impl Freeze for ProfileEdge
impl RefUnwindSafe for ProfileEdge
impl Send for ProfileEdge
impl Sync for ProfileEdge
impl Unpin for ProfileEdge
impl UnsafeUnpin for ProfileEdge
impl UnwindSafe for ProfileEdge
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