pub struct SetConstant<CS>(/* private fields */);Trait Implementations§
Source§impl<CS: State> State for SetConstant<CS>
impl<CS: State> State for SetConstant<CS>
type Constant = ConstantValue
type SlopeScale = <CS as State>::SlopeScale
type Clamp = <CS as State>::Clamp
Auto Trait Implementations§
impl<CS> Freeze for SetConstant<CS>where
CS: Freeze,
impl<CS> RefUnwindSafe for SetConstant<CS>where
CS: RefUnwindSafe,
impl<CS> Send for SetConstant<CS>where
CS: Send,
impl<CS> Sync for SetConstant<CS>where
CS: Sync,
impl<CS> Unpin for SetConstant<CS>where
CS: Unpin,
impl<CS> UnwindSafe for SetConstant<CS>where
CS: UnwindSafe,
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