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