#[repr(C)]pub struct PropertiesFloatDisplayConverterI {
pub inst: *mut c_void,
pub model_to_display: Option<unsafe extern "C" fn(inst: *mut c_void, v: f32) -> f32>,
pub display_to_model: Option<unsafe extern "C" fn(inst: *mut c_void, v: f32) -> f32>,
pub get_spinner_settings: Option<unsafe extern "C" fn(inst: *mut c_void, spinner: *mut UiSpinnerT)>,
}Fields§
§inst: *mut c_void§model_to_display: Option<unsafe extern "C" fn(inst: *mut c_void, v: f32) -> f32>§display_to_model: Option<unsafe extern "C" fn(inst: *mut c_void, v: f32) -> f32>§get_spinner_settings: Option<unsafe extern "C" fn(inst: *mut c_void, spinner: *mut UiSpinnerT)>Trait Implementations§
Source§impl Clone for PropertiesFloatDisplayConverterI
impl Clone for PropertiesFloatDisplayConverterI
Source§fn clone(&self) -> PropertiesFloatDisplayConverterI
fn clone(&self) -> PropertiesFloatDisplayConverterI
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 PropertiesFloatDisplayConverterI
Auto Trait Implementations§
impl !Send for PropertiesFloatDisplayConverterI
impl !Sync for PropertiesFloatDisplayConverterI
impl Freeze for PropertiesFloatDisplayConverterI
impl RefUnwindSafe for PropertiesFloatDisplayConverterI
impl Unpin for PropertiesFloatDisplayConverterI
impl UnsafeUnpin for PropertiesFloatDisplayConverterI
impl UnwindSafe for PropertiesFloatDisplayConverterI
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