Struct x11rb_protocol::protocol::xproto::GetInputFocusReply
source · [−]pub struct GetInputFocusReply {
pub revert_to: InputFocus,
pub sequence: u16,
pub length: u32,
pub focus: Window,
}
Fields
revert_to: InputFocus
sequence: u16
length: u32
focus: Window
Trait Implementations
sourceimpl Clone for GetInputFocusReply
impl Clone for GetInputFocusReply
sourcefn clone(&self) -> GetInputFocusReply
fn clone(&self) -> GetInputFocusReply
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 GetInputFocusReply
impl Debug for GetInputFocusReply
sourceimpl Default for GetInputFocusReply
impl Default for GetInputFocusReply
sourcefn default() -> GetInputFocusReply
fn default() -> GetInputFocusReply
Returns the “default value” for a type. Read more
sourceimpl From<GetInputFocusReply> for Reply
impl From<GetInputFocusReply> for Reply
sourcefn from(reply: GetInputFocusReply) -> Reply
fn from(reply: GetInputFocusReply) -> Reply
Converts to this type from the input type.
sourceimpl Hash for GetInputFocusReply
impl Hash for GetInputFocusReply
sourceimpl Ord for GetInputFocusReply
impl Ord for GetInputFocusReply
sourceimpl PartialEq<GetInputFocusReply> for GetInputFocusReply
impl PartialEq<GetInputFocusReply> for GetInputFocusReply
sourcefn eq(&self, other: &GetInputFocusReply) -> bool
fn eq(&self, other: &GetInputFocusReply) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &GetInputFocusReply) -> bool
fn ne(&self, other: &GetInputFocusReply) -> bool
This method tests for !=
.
sourceimpl PartialOrd<GetInputFocusReply> for GetInputFocusReply
impl PartialOrd<GetInputFocusReply> for GetInputFocusReply
sourcefn partial_cmp(&self, other: &GetInputFocusReply) -> Option<Ordering>
fn partial_cmp(&self, other: &GetInputFocusReply) -> 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 TryParse for GetInputFocusReply
impl TryParse for GetInputFocusReply
impl Copy for GetInputFocusReply
impl Eq for GetInputFocusReply
impl StructuralEq for GetInputFocusReply
impl StructuralPartialEq for GetInputFocusReply
Auto Trait Implementations
impl RefUnwindSafe for GetInputFocusReply
impl Send for GetInputFocusReply
impl Sync for GetInputFocusReply
impl Unpin for GetInputFocusReply
impl UnwindSafe for GetInputFocusReply
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