pub struct Radar { /* private fields */ }Expand description
A rotating radar sweep with a fade trail.
Implementations§
Trait Implementations§
impl Eq for Radar
impl StructuralPartialEq for Radar
Auto Trait Implementations§
impl Freeze for Radar
impl RefUnwindSafe for Radar
impl Send for Radar
impl Sync for Radar
impl Unpin for Radar
impl UnsafeUnpin for Radar
impl UnwindSafe for Radar
Blanket Implementations§
Source§impl<W> AislingExt for Wwhere
W: Widget,
impl<W> AislingExt for Wwhere
W: Widget,
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