#[repr(C)]pub struct OfxPointD {
pub x: f64,
pub y: f64,
}Expand description
@brief Defines two dimensional double point
Fields§
§x: f64§y: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for OfxPointD
impl RefUnwindSafe for OfxPointD
impl Send for OfxPointD
impl Sync for OfxPointD
impl Unpin for OfxPointD
impl UnwindSafe for OfxPointD
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