pub struct GetIntegervRequest {
    pub context_tag: u32,
    pub pname: u32,
}Fields§
§context_tag: u32§pname: u32Implementations§
Trait Implementations§
Source§impl Clone for GetIntegervRequest
 
impl Clone for GetIntegervRequest
Source§fn clone(&self) -> GetIntegervRequest
 
fn clone(&self) -> GetIntegervRequest
Returns a duplicate 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 GetIntegervRequest
 
impl Debug for GetIntegervRequest
Source§impl Default for GetIntegervRequest
 
impl Default for GetIntegervRequest
Source§fn default() -> GetIntegervRequest
 
fn default() -> GetIntegervRequest
Returns the “default value” for a type. Read more
Source§impl Hash for GetIntegervRequest
 
impl Hash for GetIntegervRequest
Source§impl Ord for GetIntegervRequest
 
impl Ord for GetIntegervRequest
Source§fn cmp(&self, other: &GetIntegervRequest) -> Ordering
 
fn cmp(&self, other: &GetIntegervRequest) -> 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 GetIntegervRequest
 
impl PartialEq for GetIntegervRequest
Source§impl PartialOrd for GetIntegervRequest
 
impl PartialOrd for GetIntegervRequest
Source§impl ReplyRequest for GetIntegervRequest
 
impl ReplyRequest for GetIntegervRequest
Source§type Reply = GetIntegervReply
 
type Reply = GetIntegervReply
The kind of reply that this request generates.
Source§impl Request for GetIntegervRequest
 
impl Request for GetIntegervRequest
impl Copy for GetIntegervRequest
impl Eq for GetIntegervRequest
impl StructuralPartialEq for GetIntegervRequest
Auto Trait Implementations§
impl Freeze for GetIntegervRequest
impl RefUnwindSafe for GetIntegervRequest
impl Send for GetIntegervRequest
impl Sync for GetIntegervRequest
impl Unpin for GetIntegervRequest
impl UnwindSafe for GetIntegervRequest
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