#[repr(C)]pub struct Clay_SizingMinMax {
pub min: f32,
pub max: f32,
}Fields§
§min: f32§max: f32Trait Implementations§
Source§impl Clone for Clay_SizingMinMax
impl Clone for Clay_SizingMinMax
Source§fn clone(&self) -> Clay_SizingMinMax
fn clone(&self) -> Clay_SizingMinMax
Returns a copy 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 Clay_SizingMinMax
impl Debug for Clay_SizingMinMax
impl Copy for Clay_SizingMinMax
Auto Trait Implementations§
impl Freeze for Clay_SizingMinMax
impl RefUnwindSafe for Clay_SizingMinMax
impl Send for Clay_SizingMinMax
impl Sync for Clay_SizingMinMax
impl Unpin for Clay_SizingMinMax
impl UnwindSafe for Clay_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