#[repr(C)]pub enum ManifoldJoinType {
Square = 0,
Round = 1,
Miter = 2,
Bevel = 3,
}Expand description
Join type for CrossSection offset operations (Clipper2).
Variants§
Trait Implementations§
Source§impl Clone for ManifoldJoinType
impl Clone for ManifoldJoinType
Source§fn clone(&self) -> ManifoldJoinType
fn clone(&self) -> ManifoldJoinType
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 ManifoldJoinType
impl Debug for ManifoldJoinType
Source§impl PartialEq for ManifoldJoinType
impl PartialEq for ManifoldJoinType
Source§fn eq(&self, other: &ManifoldJoinType) -> bool
fn eq(&self, other: &ManifoldJoinType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ManifoldJoinType
impl Eq for ManifoldJoinType
impl StructuralPartialEq for ManifoldJoinType
Auto Trait Implementations§
impl Freeze for ManifoldJoinType
impl RefUnwindSafe for ManifoldJoinType
impl Send for ManifoldJoinType
impl Sync for ManifoldJoinType
impl Unpin for ManifoldJoinType
impl UnsafeUnpin for ManifoldJoinType
impl UnwindSafe for ManifoldJoinType
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