pub struct ArenaCoedge {
pub wire_id: u64,
pub edge: EdgeId,
pub forward: bool,
pub pcurve: NurbsCurve,
}Fields§
§wire_id: u64§edge: EdgeId§forward: bool§pcurve: NurbsCurveTrait Implementations§
Source§impl Clone for ArenaCoedge
impl Clone for ArenaCoedge
Source§fn clone(&self) -> ArenaCoedge
fn clone(&self) -> ArenaCoedge
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 moreAuto Trait Implementations§
impl !Freeze for ArenaCoedge
impl !RefUnwindSafe for ArenaCoedge
impl !Sync for ArenaCoedge
impl Send for ArenaCoedge
impl Unpin for ArenaCoedge
impl UnsafeUnpin for ArenaCoedge
impl UnwindSafe for ArenaCoedge
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