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