[][src]Struct x11rb::cursor::Cookie

pub struct Cookie<'a, C: Connection> { /* fields omitted */ }

A cookie for creating a Handle

Implementations

impl<'_, C: Connection> Cookie<'_, C>[src]

pub fn reply(self) -> Result<Handle, ReplyOrIdError>[src]

Get the handle from the replies from the X11 server

pub fn reply_unchecked(self) -> Result<Option<Handle>, ReplyOrIdError>[src]

Get the handle from the replies from the X11 server

Trait Implementations

impl<'a, C: Debug + Connection> Debug for Cookie<'a, C>[src]

Auto Trait Implementations

impl<'a, C> RefUnwindSafe for Cookie<'a, C> where
    C: RefUnwindSafe

impl<'a, C> Send for Cookie<'a, C> where
    C: Sync

impl<'a, C> Sync for Cookie<'a, C> where
    C: Sync

impl<'a, C> Unpin for Cookie<'a, C>

impl<'a, C> UnwindSafe for Cookie<'a, C> where
    C: RefUnwindSafe

Blanket Implementations

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

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

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

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

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

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.