Struct wayland_client::ProxyId [] [src]

pub struct ProxyId {
    // some fields omitted
}

Trait Implementations

Derived Implementations

impl Hash for ProxyId

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

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

impl Debug for ProxyId

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Eq for ProxyId

impl PartialEq for ProxyId

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

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

impl Clone for ProxyId

fn clone(&self) -> ProxyId

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

impl Copy for ProxyId