Struct xcb::base::Error [] [src]

pub struct Error<T> {
    pub ptr: *mut T,
}

Error wraps a pointer to xcb_*_error_t this pointer will be freed when the Error goes out of scope

Fields

Methods

impl<T> Error<T>
[src]

Trait Implementations

impl<T: Debug> Debug for Error<T>
[src]

Formats the value using the given formatter.

impl<T> Drop for Error<T>
[src]

A method called when the value goes out of scope. Read more