#[repr(C)]pub enum JoinWith {
NoJoin = 0,
Left = 1,
Right = 2,
}Expand description
How an edge joins with another (for horizontal processing) Direct port from clipper.engine.h line 32
Variants§
Trait Implementations§
impl Copy for JoinWith
impl Eq for JoinWith
impl StructuralPartialEq for JoinWith
Auto Trait Implementations§
impl Freeze for JoinWith
impl RefUnwindSafe for JoinWith
impl Send for JoinWith
impl Sync for JoinWith
impl Unpin for JoinWith
impl UnwindSafe for JoinWith
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