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