Struct x11rb_protocol::protocol::xproto::GetInputFocusRequest
source · [−]pub struct GetInputFocusRequest;
Implementations
sourceimpl GetInputFocusRequest
impl GetInputFocusRequest
sourcepub fn serialize(self) -> BufWithFds<PiecewiseBuf<'static>>
pub fn serialize(self) -> BufWithFds<PiecewiseBuf<'static>>
Serialize this request into bytes for the provided connection
sourcepub fn try_parse_request(
header: RequestHeader,
value: &[u8]
) -> Result<Self, ParseError>
pub fn try_parse_request(
header: RequestHeader,
value: &[u8]
) -> Result<Self, ParseError>
Parse this request given its header, its body, and any fds that go along with it
Trait Implementations
sourceimpl Clone for GetInputFocusRequest
impl Clone for GetInputFocusRequest
sourcefn clone(&self) -> GetInputFocusRequest
fn clone(&self) -> GetInputFocusRequest
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for GetInputFocusRequest
impl Debug for GetInputFocusRequest
sourceimpl Default for GetInputFocusRequest
impl Default for GetInputFocusRequest
sourcefn default() -> GetInputFocusRequest
fn default() -> GetInputFocusRequest
Returns the “default value” for a type. Read more
sourceimpl Hash for GetInputFocusRequest
impl Hash for GetInputFocusRequest
sourceimpl Ord for GetInputFocusRequest
impl Ord for GetInputFocusRequest
sourceimpl PartialOrd<GetInputFocusRequest> for GetInputFocusRequest
impl PartialOrd<GetInputFocusRequest> for GetInputFocusRequest
sourcefn partial_cmp(&self, other: &GetInputFocusRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &GetInputFocusRequest) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
1.0.0 · sourcefn lt(&self, other: &Rhs) -> bool
fn lt(&self, other: &Rhs) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
sourceimpl ReplyRequest for GetInputFocusRequest
impl ReplyRequest for GetInputFocusRequest
type Reply = GetInputFocusReply
type Reply = GetInputFocusReply
The kind of reply that this request generates.
sourceimpl Request for GetInputFocusRequest
impl Request for GetInputFocusRequest
impl Copy for GetInputFocusRequest
impl Eq for GetInputFocusRequest
impl StructuralEq for GetInputFocusRequest
impl StructuralPartialEq for GetInputFocusRequest
Auto Trait Implementations
impl RefUnwindSafe for GetInputFocusRequest
impl Send for GetInputFocusRequest
impl Sync for GetInputFocusRequest
impl Unpin for GetInputFocusRequest
impl UnwindSafe for GetInputFocusRequest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more