pub struct FragmentCoedge {
pub source: FragmentEdgeSource,
pub forward: bool,
pub pcurve: NurbsCurve,
}Fields§
§source: FragmentEdgeSource§forward: bool§pcurve: NurbsCurveTrait Implementations§
Source§impl Clone for FragmentCoedge
impl Clone for FragmentCoedge
Source§fn clone(&self) -> FragmentCoedge
fn clone(&self) -> FragmentCoedge
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 moreSource§impl Debug for FragmentCoedge
impl Debug for FragmentCoedge
Auto Trait Implementations§
impl !Freeze for FragmentCoedge
impl !RefUnwindSafe for FragmentCoedge
impl !Sync for FragmentCoedge
impl Send for FragmentCoedge
impl Unpin for FragmentCoedge
impl UnsafeUnpin for FragmentCoedge
impl UnwindSafe for FragmentCoedge
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