Struct x11rb::protocol::xvmc::CreateContextRequest [−][src]
pub struct CreateContextRequest {
pub context_id: Context,
pub port_id: Port,
pub surface_id: Surface,
pub width: u16,
pub height: u16,
pub flags: u32,
}
Fields
context_id: Context
port_id: Port
surface_id: Surface
width: u16
height: u16
flags: u32
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<Cookie<'_, Conn, CreateContextReply>, 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 !=
.
type Reply = CreateContextReply
type Reply = CreateContextReply
The kind of reply that this request generates.
Auto Trait Implementations
impl RefUnwindSafe for CreateContextRequest
impl Send for CreateContextRequest
impl Sync for CreateContextRequest
impl Unpin for CreateContextRequest
impl UnwindSafe for CreateContextRequest
Blanket Implementations
Mutably borrows from an owned value. Read more