Struct x11rb::protocol::glx::CreateGLXPixmapRequest [−][src]
pub struct CreateGLXPixmapRequest {
pub screen: u32,
pub visual: Visualid,
pub pixmap: Pixmap,
pub glx_pixmap: Pixmap,
}
Fields
screen: u32
visual: Visualid
pixmap: Pixmap
glx_pixmap: Pixmap
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<VoidCookie<'_, Conn>, ConnectionError> where
Conn: RequestConnection + ?Sized,
Parse this request given its header, its body, and any fds that go along with it
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CreateGLXPixmapRequest
impl Send for CreateGLXPixmapRequest
impl Sync for CreateGLXPixmapRequest
impl Unpin for CreateGLXPixmapRequest
impl UnwindSafe for CreateGLXPixmapRequest
Blanket Implementations
Mutably borrows from an owned value. Read more