pub struct BlinkMsg { /* private fields */ }Expand description
BlinkMsg signals that the cursor should blink. It contains metadata that allows us to tell if the blink message is the one we’re expecting.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BlinkMsg
impl RefUnwindSafe for BlinkMsg
impl Send for BlinkMsg
impl Sync for BlinkMsg
impl Unpin for BlinkMsg
impl UnsafeUnpin for BlinkMsg
impl UnwindSafe for BlinkMsg
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