Struct x11rb::protocol::glx::GetTexImageRequest [−][src]
pub struct GetTexImageRequest {
pub context_tag: ContextTag,
pub target: u32,
pub level: i32,
pub format: u32,
pub type_: u32,
pub swap_bytes: bool,
}
Fields
context_tag: ContextTag
target: u32
level: i32
format: u32
type_: u32
swap_bytes: bool
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<Cookie<'_, Conn, GetTexImageReply>, 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 = GetTexImageReply
type Reply = GetTexImageReply
The kind of reply that this request generates.
Auto Trait Implementations
impl RefUnwindSafe for GetTexImageRequest
impl Send for GetTexImageRequest
impl Sync for GetTexImageRequest
impl Unpin for GetTexImageRequest
impl UnwindSafe for GetTexImageRequest
Blanket Implementations
Mutably borrows from an owned value. Read more