pub struct ControlMetadata {
pub limit_low: f64,
pub limit_high: f64,
pub min_step: f64,
}Expand description
Control metadata for NTScalar
Fields§
§limit_low: f64§limit_high: f64§min_step: f64Trait Implementations§
Source§impl Clone for ControlMetadata
impl Clone for ControlMetadata
Source§fn clone(&self) -> ControlMetadata
fn clone(&self) -> ControlMetadata
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 moreSource§impl Debug for ControlMetadata
impl Debug for ControlMetadata
Source§impl Default for ControlMetadata
impl Default for ControlMetadata
Source§fn default() -> ControlMetadata
fn default() -> ControlMetadata
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ControlMetadata
impl RefUnwindSafe for ControlMetadata
impl Send for ControlMetadata
impl Sync for ControlMetadata
impl Unpin for ControlMetadata
impl UnsafeUnpin for ControlMetadata
impl UnwindSafe for ControlMetadata
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