Struct x11rb::protocol::shm::CreatePixmapRequest [−][src]
pub struct CreatePixmapRequest {
pub pid: Pixmap,
pub drawable: Drawable,
pub width: u16,
pub height: u16,
pub depth: u8,
pub shmseg: Seg,
pub offset: u32,
}
Fields
pid: Pixmap
drawable: Drawable
width: u16
height: u16
depth: u8
shmseg: Seg
offset: u32
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 CreatePixmapRequest
impl Send for CreatePixmapRequest
impl Sync for CreatePixmapRequest
impl Unpin for CreatePixmapRequest
impl UnwindSafe for CreatePixmapRequest
Blanket Implementations
Mutably borrows from an owned value. Read more