#[repr(C)]pub struct UiSpinnerT {
pub id: u64,
pub rect: RectT,
pub is_disabled: bool,
pub _padding_519: [c_char; 7],
pub min: f64,
pub max: f64,
pub value_per_pixel: f64,
pub decimals: u32,
pub _padding_529: [c_char; 4],
pub tooltip: *const c_char,
}
Fields§
§id: u64
§rect: RectT
§is_disabled: bool
§_padding_519: [c_char; 7]
§min: f64
§max: f64
§value_per_pixel: f64
§decimals: u32
§_padding_529: [c_char; 4]
§tooltip: *const c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiSpinnerT
impl RefUnwindSafe for UiSpinnerT
impl !Send for UiSpinnerT
impl !Sync for UiSpinnerT
impl Unpin for UiSpinnerT
impl UnwindSafe for UiSpinnerT
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