pub struct SessionCoords(/* private fields */);Expand description
Session coordinates. Encompasses anything within the window, such as the cursor position.
Implementations§
Trait Implementations§
Source§impl Clone for SessionCoords
impl Clone for SessionCoords
Source§fn clone(&self) -> SessionCoords
fn clone(&self) -> SessionCoords
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 SessionCoords
impl Debug for SessionCoords
Source§impl Deref for SessionCoords
impl Deref for SessionCoords
Source§impl PartialEq for SessionCoords
impl PartialEq for SessionCoords
impl Copy for SessionCoords
impl StructuralPartialEq for SessionCoords
Auto Trait Implementations§
impl Freeze for SessionCoords
impl RefUnwindSafe for SessionCoords
impl Send for SessionCoords
impl Sync for SessionCoords
impl Unpin for SessionCoords
impl UnwindSafe for SessionCoords
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