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

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

Fields

xid: XID

Implementations

impl Pixmap[src]

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

impl Pixmap[src]

pub fn free<Conn: Connection>(self, dpy: &mut Display<Conn>) -> Result[src]

Free the memory used by a pixmap.

pub async fn free_async<Conn: AsyncConnection + Send>(
    self,
    dpy: &mut Display<Conn>
) -> Result
[src]

Free the memory used by a pixmap, async redox.

Trait Implementations

impl Clone for Pixmap[src]

impl Copy for Pixmap[src]

impl Debug for Pixmap[src]

impl Default for Pixmap[src]

impl Eq for Pixmap[src]

impl From<Pixmap> for Drawable[src]

impl Hash for Pixmap[src]

impl Ord for Pixmap[src]

impl PartialEq<Pixmap> for Pixmap[src]

impl PartialOrd<Pixmap> for Pixmap[src]

impl StructuralEq for Pixmap[src]

impl StructuralPartialEq for Pixmap[src]

impl XidType for Pixmap[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.