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