Trait HasXID
flutterbug
pub trait HasXID { fn xid(&self) -> XID; }
A trait that represents that something can be transformed into an XID.
fn xid(&self) -> XID
Get the XID for this instance.
impl HasXID for XID
impl HasXID for ColorMap
impl HasXID for Pixmap
impl HasXID for Window