pub struct ControlInfo(/* private fields */);
Implementations§
Source§impl ControlInfo
impl ControlInfo
pub fn min(&self) -> ControlValue
pub fn max(&self) -> ControlValue
pub fn def(&self) -> ControlValue
pub fn values(&self) -> Vec<ControlValue>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ControlInfo
impl RefUnwindSafe for ControlInfo
impl Send for ControlInfo
impl Sync for ControlInfo
impl Unpin for ControlInfo
impl UnwindSafe for ControlInfo
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