pub struct Clamp { /* private fields */ }Expand description
Clamp
Implementations§
Trait Implementations§
Source§impl<T: NumericValue> Normalizer<T> for Clamp
impl<T: NumericValue> Normalizer<T> for Clamp
Auto Trait Implementations§
impl Freeze for Clamp
impl RefUnwindSafe for Clamp
impl Send for Clamp
impl Sync for Clamp
impl Unpin for Clamp
impl UnsafeUnpin for Clamp
impl UnwindSafe for Clamp
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