#[repr(C)]pub struct PF_FloatSliderDef {Show 14 fields
pub value: PF_FpLong,
pub phase: PF_FpLong,
pub value_desc: [A_char; 32],
pub valid_min: PF_FpShort,
pub valid_max: PF_FpShort,
pub slider_min: PF_FpShort,
pub slider_max: PF_FpShort,
pub dephault: PF_FpShort,
pub precision: A_short,
pub display_flags: PF_ValueDisplayFlags,
pub fs_flags: PF_FSliderFlags,
pub curve_tolerance: PF_FpShort,
pub useExponent: PF_Boolean,
pub exponent: PF_FpShort,
}Expand description
Floating Point Slider – PF_Param_FLOAT_SLIDER
Fields§
§value: PF_FpLong§phase: PF_FpLong§value_desc: [A_char; 32]§valid_min: PF_FpShort§valid_max: PF_FpShort§slider_min: PF_FpShort§slider_max: PF_FpShort§dephault: PF_FpShort§precision: A_short§display_flags: PF_ValueDisplayFlags§fs_flags: PF_FSliderFlags§curve_tolerance: PF_FpShort§useExponent: PF_Boolean§exponent: PF_FpShortTrait Implementations§
Source§impl Clone for PF_FloatSliderDef
impl Clone for PF_FloatSliderDef
Source§fn clone(&self) -> PF_FloatSliderDef
fn clone(&self) -> PF_FloatSliderDef
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 PF_FloatSliderDef
impl Debug for PF_FloatSliderDef
impl Copy for PF_FloatSliderDef
Auto Trait Implementations§
impl Freeze for PF_FloatSliderDef
impl RefUnwindSafe for PF_FloatSliderDef
impl Send for PF_FloatSliderDef
impl Sync for PF_FloatSliderDef
impl Unpin for PF_FloatSliderDef
impl UnwindSafe for PF_FloatSliderDef
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