Struct x11rb_async::protocol::xf86vidmode::AddModeLineRequest
source · pub struct AddModeLineRequest<'input> {Show 24 fields
pub screen: u32,
pub dotclock: 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 after_dotclock: u32,
pub after_hdisplay: u16,
pub after_hsyncstart: u16,
pub after_hsyncend: u16,
pub after_htotal: u16,
pub after_hskew: u16,
pub after_vdisplay: u16,
pub after_vsyncstart: u16,
pub after_vsyncend: u16,
pub after_vtotal: u16,
pub after_flags: ModeFlag,
pub private: Cow<'input, [u8]>,
}Fields§
§screen: u32§dotclock: u32§hdisplay: u16§hsyncstart: u16§hsyncend: u16§htotal: u16§hskew: u16§vdisplay: u16§vsyncstart: u16§vsyncend: u16§vtotal: u16§flags: ModeFlag§after_dotclock: u32§after_hdisplay: u16§after_hsyncstart: u16§after_hsyncend: u16§after_htotal: u16§after_hskew: u16§after_vdisplay: u16§after_vsyncstart: u16§after_vsyncend: u16§after_vtotal: u16§after_flags: ModeFlag§private: Cow<'input, [u8]>Implementations§
source§impl<'input> AddModeLineRequest<'input>
impl<'input> AddModeLineRequest<'input>
Trait Implementations§
source§impl<'input> Clone for AddModeLineRequest<'input>
impl<'input> Clone for AddModeLineRequest<'input>
source§fn clone(&self) -> AddModeLineRequest<'input>
fn clone(&self) -> AddModeLineRequest<'input>
Returns a copy 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 AddModeLineRequest<'input>
impl<'input> Debug for AddModeLineRequest<'input>
source§impl<'input> Default for AddModeLineRequest<'input>
impl<'input> Default for AddModeLineRequest<'input>
source§fn default() -> AddModeLineRequest<'input>
fn default() -> AddModeLineRequest<'input>
Returns the “default value” for a type. Read more
source§impl<'input> Hash for AddModeLineRequest<'input>
impl<'input> Hash for AddModeLineRequest<'input>
source§impl<'input> Ord for AddModeLineRequest<'input>
impl<'input> Ord for AddModeLineRequest<'input>
source§fn cmp(&self, other: &AddModeLineRequest<'input>) -> Ordering
fn cmp(&self, other: &AddModeLineRequest<'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 AddModeLineRequest<'input>
impl<'input> PartialEq for AddModeLineRequest<'input>
source§fn eq(&self, other: &AddModeLineRequest<'input>) -> bool
fn eq(&self, other: &AddModeLineRequest<'input>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl<'input> PartialOrd for AddModeLineRequest<'input>
impl<'input> PartialOrd for AddModeLineRequest<'input>
source§fn partial_cmp(&self, other: &AddModeLineRequest<'input>) -> Option<Ordering>
fn partial_cmp(&self, other: &AddModeLineRequest<'input>) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl<'input> Request for AddModeLineRequest<'input>
impl<'input> Request for AddModeLineRequest<'input>
impl<'input> Eq for AddModeLineRequest<'input>
impl<'input> StructuralEq for AddModeLineRequest<'input>
impl<'input> StructuralPartialEq for AddModeLineRequest<'input>
impl<'input> VoidRequest for AddModeLineRequest<'input>
Auto Trait Implementations§
impl<'input> RefUnwindSafe for AddModeLineRequest<'input>
impl<'input> Send for AddModeLineRequest<'input>
impl<'input> Sync for AddModeLineRequest<'input>
impl<'input> Unpin for AddModeLineRequest<'input>
impl<'input> UnwindSafe for AddModeLineRequest<'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