Struct SignalsInRange
pub struct SignalsInRange<'c> { /* private fields */ }
Expand description
A collection of signals for the Range
class.
Implementations§
§impl<'c> SignalsInRange<'c>
impl<'c> SignalsInRange<'c>
pub fn value_changed(&mut self) -> SigValueChanged<'c>
pub fn value_changed(&mut self) -> SigValueChanged<'c>
Signature: (value: f64)
pub fn changed(&mut self) -> SigChanged<'c>
pub fn changed(&mut self) -> SigChanged<'c>
Signature: ()
Auto Trait Implementations§
impl<'c> Freeze for SignalsInRange<'c>
impl<'c> RefUnwindSafe for SignalsInRange<'c>
impl<'c> !Send for SignalsInRange<'c>
impl<'c> !Sync for SignalsInRange<'c>
impl<'c> Unpin for SignalsInRange<'c>
impl<'c> !UnwindSafe for SignalsInRange<'c>
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