#[repr(C)]pub struct UA_NumericRange {
pub dimensionsSize: usize,
pub dimensions: *mut UA_NumericRangeDimension,
}Fields§
§dimensionsSize: usize§dimensions: *mut UA_NumericRangeDimensionTrait Implementations§
Source§impl Clone for UA_NumericRange
impl Clone for UA_NumericRange
Source§fn clone(&self) -> UA_NumericRange
fn clone(&self) -> UA_NumericRange
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UA_NumericRange
impl Debug for UA_NumericRange
impl Copy 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