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