Expand description
@brief Defines two dimensional double point
Fields
x: f64y: f64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OfxPointD
impl Send for OfxPointD
impl Sync for OfxPointD
impl Unpin for OfxPointD
impl UnwindSafe for OfxPointD
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more