pub struct SizingMinMax {
pub min: f32,
pub max: f32,
}Fields§
§min: f32§max: f32Trait Implementations§
Source§impl Clone for SizingMinMax
impl Clone for SizingMinMax
Source§fn clone(&self) -> SizingMinMax
fn clone(&self) -> SizingMinMax
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 SizingMinMax
impl Debug for SizingMinMax
Source§impl Default for SizingMinMax
impl Default for SizingMinMax
Source§fn default() -> SizingMinMax
fn default() -> SizingMinMax
Returns the “default value” for a type. Read more
impl Copy for SizingMinMax
Auto Trait Implementations§
impl Freeze for SizingMinMax
impl RefUnwindSafe for SizingMinMax
impl Send for SizingMinMax
impl Sync for SizingMinMax
impl Unpin for SizingMinMax
impl UnsafeUnpin for SizingMinMax
impl UnwindSafe for SizingMinMax
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