Struct x11rb::protocol::dpms::CapableRequest [−][src]
pub struct CapableRequest;
Implementations
pub fn send<Conn: ?Sized>(
self,
conn: &Conn
) -> Result<Cookie<'_, Conn, CapableReply>, 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 = CapableReply
type Reply = CapableReply
The kind of reply that this request generates.
Auto Trait Implementations
impl RefUnwindSafe for CapableRequest
impl Send for CapableRequest
impl Sync for CapableRequest
impl Unpin for CapableRequest
impl UnwindSafe for CapableRequest
Blanket Implementations
Mutably borrows from an owned value. Read more