pub struct MinMaxStep {
pub min: u32,
pub max: u32,
pub step: u32,
}Fields§
§min: u32§max: u32§step: u32Trait Implementations§
Source§impl Debug for MinMaxStep
impl Debug for MinMaxStep
Source§impl<'de> Deserialize<'de> for MinMaxStep
impl<'de> Deserialize<'de> for MinMaxStep
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for MinMaxStep
impl RefUnwindSafe for MinMaxStep
impl Send for MinMaxStep
impl Sync for MinMaxStep
impl Unpin for MinMaxStep
impl UnsafeUnpin for MinMaxStep
impl UnwindSafe for MinMaxStep
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