#[repr(C)]pub struct PF_FixedSliderDef {
pub value: PF_Fixed,
pub value_str: [A_char; 32],
pub value_desc: [A_char; 32],
pub valid_min: PF_Fixed,
pub valid_max: PF_Fixed,
pub slider_min: PF_Fixed,
pub slider_max: PF_Fixed,
pub dephault: PF_Fixed,
pub precision: A_short,
pub display_flags: PF_ValueDisplayFlags,
}Expand description
Fixed Point Slider – PF_Param_FIX_SLIDER
Fields§
§value: PF_Fixed§value_str: [A_char; 32]§value_desc: [A_char; 32]§valid_min: PF_Fixed§valid_max: PF_Fixed§slider_min: PF_Fixed§slider_max: PF_Fixed§dephault: PF_Fixed§precision: A_short§display_flags: PF_ValueDisplayFlagsTrait Implementations§
Source§impl Clone for PF_FixedSliderDef
impl Clone for PF_FixedSliderDef
Source§fn clone(&self) -> PF_FixedSliderDef
fn clone(&self) -> PF_FixedSliderDef
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_FixedSliderDef
impl Debug for PF_FixedSliderDef
impl Copy for PF_FixedSliderDef
Auto Trait Implementations§
impl Freeze for PF_FixedSliderDef
impl RefUnwindSafe for PF_FixedSliderDef
impl Send for PF_FixedSliderDef
impl Sync for PF_FixedSliderDef
impl Unpin for PF_FixedSliderDef
impl UnwindSafe for PF_FixedSliderDef
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