pub struct HorzJoin {
pub op1: Option<usize>,
pub op2: Option<usize>,
}Expand description
Horizontal join between two output points Direct port from clipper.engine.h line 156
Fields§
§op1: Option<usize>§op2: Option<usize>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HorzJoin
impl RefUnwindSafe for HorzJoin
impl Send for HorzJoin
impl Sync for HorzJoin
impl Unpin for HorzJoin
impl UnwindSafe for HorzJoin
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