pub struct SteadyBar;
Expand description
Change the cursor style to steady bar
Trait Implementations§
impl Copy for SteadyBar
Auto Trait Implementations§
impl Freeze for SteadyBar
impl RefUnwindSafe for SteadyBar
impl Send for SteadyBar
impl Sync for SteadyBar
impl Unpin for SteadyBar
impl UnwindSafe for SteadyBar
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