[][src]Trait breadx::XidType

pub trait XidType {
    pub fn xid(&self) -> XID;
pub fn from_xid(xid: XID) -> Self; }

A type that acts as a wrapper around an XID.

Required methods

pub fn xid(&self) -> XID[src]

pub fn from_xid(xid: XID) -> Self[src]

Loading content...

Implementors

impl XidType for Atom[src]

impl XidType for Colormap[src]

impl XidType for Cursor[src]

impl XidType for Drawable[src]

impl XidType for Font[src]

impl XidType for Fontable[src]

impl XidType for Gcontext[src]

impl XidType for Pixmap[src]

impl XidType for Window[src]

Loading content...