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