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