pub struct SliderInt3<'ui, 'p> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'ui, 'p> Freeze for SliderInt3<'ui, 'p>
impl<'ui, 'p> !RefUnwindSafe for SliderInt3<'ui, 'p>
impl<'ui, 'p> !Send for SliderInt3<'ui, 'p>
impl<'ui, 'p> !Sync for SliderInt3<'ui, 'p>
impl<'ui, 'p> Unpin for SliderInt3<'ui, 'p>
impl<'ui, 'p> !UnwindSafe for SliderInt3<'ui, 'p>
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