pub struct BlinkMsg {
pub id: u64,
pub tag: u64,
}Expand description
Message signaling that the cursor should toggle its blink state.
Fields§
§id: u64The cursor ID this message is for.
tag: u64The blink tag to ensure message ordering.
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 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