Struct xcb::xf86vidmode::GetModeLine
source · pub struct GetModeLine {
pub screen: u16,
}
Expand description
The GetModeLine
request.
This request replies GetModeLineReply.
Associated cookie types are GetModeLineCookie and GetModeLineCookieUnchecked.
Fields§
§screen: u16
Trait 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)