Struct xcb::xf86vidmode::GetMonitorReply
source · pub struct GetMonitorReply { /* private fields */ }
Expand description
Reply type for GetMonitor.
Can be obtained from a GetMonitorCookie with Connection::wait_for_reply or from a GetMonitorCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetMonitorReply
impl GetMonitorReply
pub fn response_type(&self) -> u8
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn hsync(&self) -> &[Syncrange]
pub fn vsync(&self) -> &[Syncrange]
pub fn vendor(&self) -> &Lat1Str
pub fn alignment_pad(&self) -> &[u8] ⓘ
pub fn model(&self) -> &Lat1Str
Trait Implementations§
source§impl Debug for GetMonitorReply
impl Debug for GetMonitorReply
source§impl Drop for GetMonitorReply
impl Drop for GetMonitorReply
source§impl Reply for GetMonitorReply
impl Reply for GetMonitorReply
impl Send for GetMonitorReply
impl Sync for GetMonitorReply
Auto Trait Implementations§
impl Freeze for GetMonitorReply
impl RefUnwindSafe for GetMonitorReply
impl Unpin for GetMonitorReply
impl UnwindSafe for GetMonitorReply
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