Trait breadx::Request [−][src]
pub trait Request: AsByteSequence { type Reply: AsByteSequence; const OPCODE: u8; const EXTENSION: Option<&'static str>; const REPLY_EXPECTS_FDS: bool; }
Expand description
A request that can be sent as an instruction to the X server.
Associated Types
type Reply: AsByteSequenceAssociated Constants
const REPLY_EXPECTS_FDS: bool
const REPLY_EXPECTS_FDS: boolWhether or not this request’s reply includes file descriptors.
Implementors
impl<'ec, 'fc, 'gc, 'hc, 'ic, 'jc, 'kc, 'lc, 'mc> Request for SetNamesRequest<'ec, 'fc, 'gc, 'hc, 'ic, 'jc, 'kc, 'lc, 'mc>impl<'fb, 'db, 'eb, 'hb, 'gb, 'ib, 'jb, 'kb, 'lb, 'mb, 'nb, 'ob> Request for SetMapRequest<'fb, 'db, 'eb, 'hb, 'gb, 'ib, 'jb, 'kb, 'lb, 'mb, 'nb, 'ob>