pub struct GetModeLine {
pub screen: u16,
}Expand description
The GetModeLine request.
This request replies GetModeLineReply.
Associated cookie types are GetModeLineCookie and GetModeLineCookieUnchecked.
Fields§
§screen: u16Trait Implementations§
Source§impl Clone for GetModeLine
impl Clone for GetModeLine
Source§fn clone(&self) -> GetModeLine
fn clone(&self) -> GetModeLine
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 Debug for GetModeLine
impl Debug for GetModeLine
Source§impl RawRequest for GetModeLine
impl RawRequest for GetModeLine
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 Request for GetModeLine
impl Request for GetModeLine
Source§impl RequestWithReply for GetModeLine
impl RequestWithReply for GetModeLine
Source§type Reply = GetModeLineReply
type Reply = GetModeLineReply
Reply associated with the request
Source§type Cookie = GetModeLineCookie
type Cookie = GetModeLineCookie
Default cookie type for the request, as returned by Connection::send_request.
Source§type CookieUnchecked = GetModeLineCookieUnchecked
type CookieUnchecked = GetModeLineCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for GetModeLine
impl RefUnwindSafe for GetModeLine
impl Send for GetModeLine
impl Sync for GetModeLine
impl Unpin for GetModeLine
impl UnwindSafe for GetModeLine
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