#[repr(C)]pub struct UA_NumericRange {
pub dimensionsSize: usize,
pub dimensions: *mut UA_NumericRangeDimension,
}Fields§
§dimensionsSize: usize§dimensions: *mut UA_NumericRangeDimensionTrait Implementations§
Source§impl Debug for UA_NumericRange
impl Debug for UA_NumericRange
Auto Trait Implementations§
impl Freeze for UA_NumericRange
impl RefUnwindSafe for UA_NumericRange
impl !Send for UA_NumericRange
impl !Sync for UA_NumericRange
impl Unpin for UA_NumericRange
impl UnwindSafe for UA_NumericRange
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