#[repr(C)]pub struct UiSliderT {
pub id: u64,
pub rect: RectT,
pub is_disabled: bool,
pub _padding_468: [c_char; 3],
pub min: f32,
pub max: f32,
pub step: f32,
}
Fields§
§id: u64
§rect: RectT
§is_disabled: bool
§_padding_468: [c_char; 3]
§min: f32
§max: f32
§step: f32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiSliderT
impl RefUnwindSafe for UiSliderT
impl Send for UiSliderT
impl Sync for UiSliderT
impl Unpin for UiSliderT
impl UnwindSafe for UiSliderT
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