Struct wayland_client::core::compositor::SurfaceId [] [src]

pub struct SurfaceId {
    // some fields omitted
}

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

Trait Implementations

Derived Implementations

impl Hash for SurfaceId

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

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

impl Clone for SurfaceId

fn clone(&self) -> SurfaceId

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

impl Copy for SurfaceId

impl Eq for SurfaceId

impl PartialEq for SurfaceId

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

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