Struct x11rb_async::protocol::sync::CreateCounterRequest
source · pub struct CreateCounterRequest {
pub id: u32,
pub initial_value: Int64,
}Fields§
§id: u32§initial_value: Int64Implementations§
Trait Implementations§
source§impl Clone for CreateCounterRequest
impl Clone for CreateCounterRequest
source§fn clone(&self) -> CreateCounterRequest
fn clone(&self) -> CreateCounterRequest
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CreateCounterRequest
impl Debug for CreateCounterRequest
source§impl Default for CreateCounterRequest
impl Default for CreateCounterRequest
source§fn default() -> CreateCounterRequest
fn default() -> CreateCounterRequest
Returns the “default value” for a type. Read more
source§impl Hash for CreateCounterRequest
impl Hash for CreateCounterRequest
source§impl Ord for CreateCounterRequest
impl Ord for CreateCounterRequest
source§fn cmp(&self, other: &CreateCounterRequest) -> Ordering
fn cmp(&self, other: &CreateCounterRequest) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for CreateCounterRequest
impl PartialEq for CreateCounterRequest
source§fn eq(&self, other: &CreateCounterRequest) -> bool
fn eq(&self, other: &CreateCounterRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for CreateCounterRequest
impl PartialOrd for CreateCounterRequest
source§fn partial_cmp(&self, other: &CreateCounterRequest) -> Option<Ordering>
fn partial_cmp(&self, other: &CreateCounterRequest) -> Option<Ordering>
1.0.0 · source§fn 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 moresource§impl Request for CreateCounterRequest
impl Request for CreateCounterRequest
impl Copy for CreateCounterRequest
impl Eq for CreateCounterRequest
impl StructuralEq for CreateCounterRequest
impl StructuralPartialEq for CreateCounterRequest
impl VoidRequest for CreateCounterRequest
Auto Trait Implementations§
impl RefUnwindSafe for CreateCounterRequest
impl Send for CreateCounterRequest
impl Sync for CreateCounterRequest
impl Unpin for CreateCounterRequest
impl UnwindSafe for CreateCounterRequest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more