Struct wayland_server::AnonymousObject[][src]

pub struct AnonymousObject;

Anonymous interface

A special Interface implementation representing an handle to an object for which the interface is not known.

Trait Implementations

impl Interface for AnonymousObject
[src]

Set of requests associated to this interface Read more

Set of events associated to this interface Read more

NAME: &'static str = "<anonymous>"

Name of this interface

VERSION: u32 = 0

Maximum supported version of this interface

Auto Trait Implementations