Struct xcb::xf86vidmode::GetModeLineReply
source · pub struct GetModeLineReply { /* private fields */ }
Expand description
Reply type for GetModeLine.
Can be obtained from a GetModeLineCookie with Connection::wait_for_reply or from a GetModeLineCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetModeLineReply
impl GetModeLineReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn dotclock(&self) -> Dotclock
pub fn hdisplay(&self) -> u16
pub fn hsyncstart(&self) -> u16
pub fn hsyncend(&self) -> u16
pub fn htotal(&self) -> u16
pub fn hskew(&self) -> u16
pub fn vdisplay(&self) -> u16
pub fn vsyncstart(&self) -> u16
pub fn vsyncend(&self) -> u16
pub fn vtotal(&self) -> u16
pub fn flags(&self) -> ModeFlag
pub fn private(&self) -> &[u8] ⓘ
Trait Implementations§
source§impl Debug for GetModeLineReply
impl Debug for GetModeLineReply
source§impl Drop for GetModeLineReply
impl Drop for GetModeLineReply
source§impl Reply for GetModeLineReply
impl Reply for GetModeLineReply
impl Send for GetModeLineReply
impl Sync for GetModeLineReply
Auto Trait Implementations§
impl Freeze for GetModeLineReply
impl RefUnwindSafe for GetModeLineReply
impl Unpin for GetModeLineReply
impl UnwindSafe for GetModeLineReply
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