[][src]Struct breadx::auto::xproto::Drawable

#[repr(transparent)]pub struct Drawable {
    pub xid: XID,
}

Fields

xid: XID

Implementations

impl Drawable[src]

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

Trait Implementations

impl Clone for Drawable[src]

impl Copy for Drawable[src]

impl Debug for Drawable[src]

impl Default for Drawable[src]

impl Eq for Drawable[src]

impl From<Drawable> for Drawable[src]

impl From<Pixmap> for Drawable[src]

impl From<Window> for Drawable[src]

impl Hash for Drawable[src]

impl Ord for Drawable[src]

impl PartialEq<Drawable> for Drawable[src]

impl PartialOrd<Drawable> for Drawable[src]

impl StructuralEq for Drawable[src]

impl StructuralPartialEq for Drawable[src]

impl XidType for Drawable[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> AsByteSequence for T where
    T: XidType
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> CallHasher for T where
    T: Hash

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.