#[repr(C)]pub struct PropertiesFloatSliderT {
pub min: f32,
pub max: f32,
pub step: f32,
pub show_edit_box: bool,
pub _padding_389: [c_char; 3],
pub edit_min: f32,
pub edit_max: f32,
pub converter: *mut PropertiesFloatDisplayConverterI,
}Fields§
§min: f32§max: f32§step: f32§show_edit_box: bool§_padding_389: [c_char; 3]§edit_min: f32§edit_max: f32§converter: *mut PropertiesFloatDisplayConverterITrait Implementations§
Source§impl Clone for PropertiesFloatSliderT
impl Clone for PropertiesFloatSliderT
Source§fn clone(&self) -> PropertiesFloatSliderT
fn clone(&self) -> PropertiesFloatSliderT
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PropertiesFloatSliderT
Auto Trait Implementations§
impl !Send for PropertiesFloatSliderT
impl !Sync for PropertiesFloatSliderT
impl Freeze for PropertiesFloatSliderT
impl RefUnwindSafe for PropertiesFloatSliderT
impl Unpin for PropertiesFloatSliderT
impl UnsafeUnpin for PropertiesFloatSliderT
impl UnwindSafe for PropertiesFloatSliderT
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