pub struct HoverIntentUpdate {
pub open: bool,
pub wants_continuous_ticks: bool,
}Fields§
§open: bool§wants_continuous_ticks: boolTrait Implementations§
Source§impl Clone for HoverIntentUpdate
impl Clone for HoverIntentUpdate
Source§fn clone(&self) -> HoverIntentUpdate
fn clone(&self) -> HoverIntentUpdate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HoverIntentUpdate
impl Debug for HoverIntentUpdate
Source§impl PartialEq for HoverIntentUpdate
impl PartialEq for HoverIntentUpdate
impl Copy for HoverIntentUpdate
impl Eq for HoverIntentUpdate
impl StructuralPartialEq for HoverIntentUpdate
Auto Trait Implementations§
impl Freeze for HoverIntentUpdate
impl RefUnwindSafe for HoverIntentUpdate
impl Send for HoverIntentUpdate
impl Sync for HoverIntentUpdate
impl Unpin for HoverIntentUpdate
impl UnsafeUnpin for HoverIntentUpdate
impl UnwindSafe for HoverIntentUpdate
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