pub struct PointerGraceIntentConfig {
pub buffer: Px,
pub close_delay: Duration,
}Fields§
§buffer: Px§close_delay: DurationImplementations§
Trait Implementations§
Source§impl Clone for PointerGraceIntentConfig
impl Clone for PointerGraceIntentConfig
Source§fn clone(&self) -> PointerGraceIntentConfig
fn clone(&self) -> PointerGraceIntentConfig
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 PointerGraceIntentConfig
impl Debug for PointerGraceIntentConfig
Source§impl PartialEq for PointerGraceIntentConfig
impl PartialEq for PointerGraceIntentConfig
impl Copy for PointerGraceIntentConfig
impl StructuralPartialEq for PointerGraceIntentConfig
Auto Trait Implementations§
impl Freeze for PointerGraceIntentConfig
impl RefUnwindSafe for PointerGraceIntentConfig
impl Send for PointerGraceIntentConfig
impl Sync for PointerGraceIntentConfig
impl Unpin for PointerGraceIntentConfig
impl UnsafeUnpin for PointerGraceIntentConfig
impl UnwindSafe for PointerGraceIntentConfig
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