pub struct DeleteModeLine<'a> {}Expand description
The DeleteModeLine request.
This request has no reply.
Associated cookie types are VoidCookie and VoidCookieChecked.
Fields§
§screen: u32§dotclock: Dotclock§hdisplay: u16§hsyncstart: u16§hsyncend: u16§htotal: u16§hskew: u16§vdisplay: u16§vsyncstart: u16§vsyncend: u16§vtotal: u16§flags: ModeFlag§private: &'a [u8]Trait Implementations§
Source§impl<'a> Clone for DeleteModeLine<'a>
impl<'a> Clone for DeleteModeLine<'a>
Source§fn clone(&self) -> DeleteModeLine<'a>
fn clone(&self) -> DeleteModeLine<'a>
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<'a> Debug for DeleteModeLine<'a>
impl<'a> Debug for DeleteModeLine<'a>
Source§impl<'a> RawRequest for DeleteModeLine<'a>
impl<'a> RawRequest for DeleteModeLine<'a>
Source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
Source§impl<'a> Request for DeleteModeLine<'a>
impl<'a> Request for DeleteModeLine<'a>
impl<'a> RequestWithoutReply for DeleteModeLine<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeleteModeLine<'a>
impl<'a> RefUnwindSafe for DeleteModeLine<'a>
impl<'a> Send for DeleteModeLine<'a>
impl<'a> Sync for DeleteModeLine<'a>
impl<'a> Unpin for DeleteModeLine<'a>
impl<'a> UnwindSafe for DeleteModeLine<'a>
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