pub struct PendingRelease {
pub session_id: String,
pub x: f64,
pub y: f64,
pub button: String,
}Fields§
§session_id: String§x: f64§y: f64Auto Trait Implementations§
impl Freeze for PendingRelease
impl RefUnwindSafe for PendingRelease
impl Send for PendingRelease
impl Sync for PendingRelease
impl Unpin for PendingRelease
impl UnsafeUnpin for PendingRelease
impl UnwindSafe for PendingRelease
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