pub struct SliderConstraint {
pub time: f32,
pub mix: f32,
pub active: bool,
/* private fields */
}Fields§
§time: f32§mix: f32§active: boolTrait Implementations§
Source§impl Clone for SliderConstraint
impl Clone for SliderConstraint
Source§fn clone(&self) -> SliderConstraint
fn clone(&self) -> SliderConstraint
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 moreAuto Trait Implementations§
impl Freeze for SliderConstraint
impl RefUnwindSafe for SliderConstraint
impl Send for SliderConstraint
impl Sync for SliderConstraint
impl Unpin for SliderConstraint
impl UnwindSafe for SliderConstraint
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