Trait xcb::Xid

source · []
pub trait Xid {
    fn none() -> Self;
fn resource_id(&self) -> u32; fn is_none(&self) -> bool { ... } }
Expand description

A X resource trait

Required methods

Build a null X resource

Get the underlying id of the resource

Provided methods

Check whether this resource is null or not

Implementors