#[repr(C)]pub struct uiSlider { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for uiSlider
impl RefUnwindSafe for uiSlider
impl Send for uiSlider
impl Sync for uiSlider
impl Unpin for uiSlider
impl UnwindSafe for uiSlider
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