Enum native_windows_gui::NumberSelectData [−][src]
pub enum NumberSelectData {
Int {
value: i64,
step: i64,
max: i64,
min: i64,
},
Float {
value: f64,
step: f64,
max: f64,
min: f64,
decimals: u8,
},
}Expand description
The value inside a number select and the limits of that value
Variants
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NumberSelectDataimpl Send for NumberSelectDataimpl Sync for NumberSelectDataimpl Unpin for NumberSelectDataimpl UnwindSafe for NumberSelectDataBlanket Implementations
Mutably borrows from an owned value. Read more