Struct x11rb::protocol::xselinux::GetDeviceCreateContextRequest [−][src]
pub struct GetDeviceCreateContextRequest;
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<Cookie<'_, Conn, GetDeviceCreateContextReply>, ConnectionError> where
Conn: RequestConnection + ?Sized,
Parse this request given its header, its body, and any fds that go along with it
Trait Implementations
type Reply = GetDeviceCreateContextReply
type Reply = GetDeviceCreateContextReply
The kind of reply that this request generates.
Auto Trait Implementations
impl Send for GetDeviceCreateContextRequest
impl Sync for GetDeviceCreateContextRequest
impl Unpin for GetDeviceCreateContextRequest
impl UnwindSafe for GetDeviceCreateContextRequest
Blanket Implementations
Mutably borrows from an owned value. Read more