Struct wayland_client::core::seat::PointerId [] [src]

pub struct PointerId {
    // some fields omitted
}

An opaque unique identifier to a pointer, can be tested for equality.

Trait Implementations

Derived Implementations

impl Hash for PointerId

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Clone for PointerId

fn clone(&self) -> PointerId

fn clone_from(&mut self, source: &Self)

impl Copy for PointerId

impl Eq for PointerId

impl PartialEq for PointerId

fn eq(&self, __arg_0: &PointerId) -> bool

fn ne(&self, __arg_0: &PointerId) -> bool