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