Struct wayland_client::core::output::OutputId [] [src]

pub struct OutputId {
    // some fields omitted
}

An opaque unique identifier to an output, can be tested for equality.

Trait Implementations

Derived Implementations

impl Hash for OutputId

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

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

impl Eq for OutputId

impl PartialEq for OutputId

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

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

impl Clone for OutputId

fn clone(&self) -> OutputId

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

impl Copy for OutputId