pub struct XForm1D {
pub begin_x: f64,
pub begin_y: f64,
pub end_x: f64,
pub end_y: f64,
}Expand description
1D connector endpoints.
Fields§
§begin_x: f64§begin_y: f64§end_x: f64§end_y: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for XForm1D
impl RefUnwindSafe for XForm1D
impl Send for XForm1D
impl Sync for XForm1D
impl Unpin for XForm1D
impl UnsafeUnpin for XForm1D
impl UnwindSafe for XForm1D
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