pub struct MaxHeight(pub f32);Tuple Fields§
§0: f32Trait Implementations§
Source§impl Interpolator for MaxHeight
impl Interpolator for MaxHeight
impl Copy for MaxHeight
impl StructuralPartialEq for MaxHeight
Auto Trait Implementations§
impl Freeze for MaxHeight
impl RefUnwindSafe for MaxHeight
impl Send for MaxHeight
impl Sync for MaxHeight
impl Unpin for MaxHeight
impl UnwindSafe for MaxHeight
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