pub struct ModModeLineRequest<'input> {
    pub screen: u32,
    pub hdisplay: u16,
    pub hsyncstart: u16,
    pub hsyncend: u16,
    pub htotal: u16,
    pub hskew: u16,
    pub vdisplay: u16,
    pub vsyncstart: u16,
    pub vsyncend: u16,
    pub vtotal: u16,
    pub flags: ModeFlag,
    pub private: Cow<'input, [u8]>,
}Fields§
§screen: u32§hdisplay: u16§hsyncstart: u16§hsyncend: u16§htotal: u16§hskew: u16§vdisplay: u16§vsyncstart: u16§vsyncend: u16§vtotal: u16§flags: ModeFlag§private: Cow<'input, [u8]>Implementations§
Source§impl<'input> ModModeLineRequest<'input>
 
impl<'input> ModModeLineRequest<'input>
Trait Implementations§
Source§impl<'input> Clone for ModModeLineRequest<'input>
 
impl<'input> Clone for ModModeLineRequest<'input>
Source§fn clone(&self) -> ModModeLineRequest<'input>
 
fn clone(&self) -> ModModeLineRequest<'input>
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<'input> Debug for ModModeLineRequest<'input>
 
impl<'input> Debug for ModModeLineRequest<'input>
Source§impl<'input> Default for ModModeLineRequest<'input>
 
impl<'input> Default for ModModeLineRequest<'input>
Source§fn default() -> ModModeLineRequest<'input>
 
fn default() -> ModModeLineRequest<'input>
Returns the “default value” for a type. Read more
Source§impl<'input> Hash for ModModeLineRequest<'input>
 
impl<'input> Hash for ModModeLineRequest<'input>
Source§impl<'input> Ord for ModModeLineRequest<'input>
 
impl<'input> Ord for ModModeLineRequest<'input>
Source§fn cmp(&self, other: &ModModeLineRequest<'input>) -> Ordering
 
fn cmp(&self, other: &ModModeLineRequest<'input>) -> 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<'input> PartialEq for ModModeLineRequest<'input>
 
impl<'input> PartialEq for ModModeLineRequest<'input>
Source§impl<'input> PartialOrd for ModModeLineRequest<'input>
 
impl<'input> PartialOrd for ModModeLineRequest<'input>
Source§impl<'input> Request for ModModeLineRequest<'input>
 
impl<'input> Request for ModModeLineRequest<'input>
impl<'input> Eq for ModModeLineRequest<'input>
impl<'input> StructuralPartialEq for ModModeLineRequest<'input>
impl<'input> VoidRequest for ModModeLineRequest<'input>
Auto Trait Implementations§
impl<'input> Freeze for ModModeLineRequest<'input>
impl<'input> RefUnwindSafe for ModModeLineRequest<'input>
impl<'input> Send for ModModeLineRequest<'input>
impl<'input> Sync for ModModeLineRequest<'input>
impl<'input> Unpin for ModModeLineRequest<'input>
impl<'input> UnwindSafe for ModModeLineRequest<'input>
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