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