[][src]Trait flutterbug::HasXID

pub trait HasXID {
    fn xid(&self) -> XID;
}

A trait that represents that something can be transformed into an XID.

Required methods

fn xid(&self) -> XID

Get the XID for this instance.

Loading content...

Implementations on Foreign Types

impl HasXID for XID[src]

Loading content...

Implementors

impl HasXID for ColorMap[src]

impl HasXID for Pixmap[src]

impl HasXID for Window[src]

Loading content...