pub struct HoverIntentConfig {
pub open_delay_ticks: u64,
pub close_delay_ticks: u64,
}Fields§
§open_delay_ticks: u64§close_delay_ticks: u64Implementations§
Source§impl HoverIntentConfig
impl HoverIntentConfig
pub fn new(open_delay_ticks: u64, close_delay_ticks: u64) -> HoverIntentConfig
Trait Implementations§
Source§impl Clone for HoverIntentConfig
impl Clone for HoverIntentConfig
Source§fn clone(&self) -> HoverIntentConfig
fn clone(&self) -> HoverIntentConfig
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 HoverIntentConfig
impl Debug for HoverIntentConfig
impl Copy for HoverIntentConfig
Auto Trait Implementations§
impl Freeze for HoverIntentConfig
impl RefUnwindSafe for HoverIntentConfig
impl Send for HoverIntentConfig
impl Sync for HoverIntentConfig
impl Unpin for HoverIntentConfig
impl UnsafeUnpin for HoverIntentConfig
impl UnwindSafe for HoverIntentConfig
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