pub struct AbsoluteData {
pub x: u16,
pub y: u16,
pub z: u8,
pub button_flags: u8,
}Fields§
§x: u16§y: u16§z: u8Implementations§
Trait Implementations§
Source§impl Clone for AbsoluteData
impl Clone for AbsoluteData
Source§fn clone(&self) -> AbsoluteData
fn clone(&self) -> AbsoluteData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AbsoluteData
Auto Trait Implementations§
impl Freeze for AbsoluteData
impl RefUnwindSafe for AbsoluteData
impl Send for AbsoluteData
impl Sync for AbsoluteData
impl Unpin for AbsoluteData
impl UnsafeUnpin for AbsoluteData
impl UnwindSafe for AbsoluteData
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