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