pub struct ConstraintLimit {
pub min: f32,
pub max: f32,
}Fields§
§min: f32§max: f32Trait Implementations§
Source§impl Clone for ConstraintLimit
impl Clone for ConstraintLimit
Source§fn clone(&self) -> ConstraintLimit
fn clone(&self) -> ConstraintLimit
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ConstraintLimit
Auto Trait Implementations§
impl Freeze for ConstraintLimit
impl RefUnwindSafe for ConstraintLimit
impl Send for ConstraintLimit
impl Sync for ConstraintLimit
impl Unpin for ConstraintLimit
impl UnsafeUnpin for ConstraintLimit
impl UnwindSafe for ConstraintLimit
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