Struct xcb::randr::GetOutputInfoReply
source · pub struct GetOutputInfoReply { /* private fields */ }
Expand description
Reply type for GetOutputInfo.
Can be obtained from a GetOutputInfoCookie with Connection::wait_for_reply or from a GetOutputInfoCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetOutputInfoReply
impl GetOutputInfoReply
pub fn response_type(&self) -> u8
pub fn status(&self) -> SetConfig
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn timestamp(&self) -> Timestamp
pub fn crtc(&self) -> Crtc
pub fn mm_width(&self) -> u32
pub fn mm_height(&self) -> u32
pub fn connection(&self) -> Connection
pub fn subpixel_order(&self) -> SubPixel
pub fn num_preferred(&self) -> u16
pub fn crtcs(&self) -> &[Crtc]
pub fn modes(&self) -> &[Mode]
pub fn clones(&self) -> &[Output]
pub fn name(&self) -> &[u8] ⓘ
Trait Implementations§
source§impl Debug for GetOutputInfoReply
impl Debug for GetOutputInfoReply
source§impl Drop for GetOutputInfoReply
impl Drop for GetOutputInfoReply
source§impl Reply for GetOutputInfoReply
impl Reply for GetOutputInfoReply
impl Send for GetOutputInfoReply
impl Sync for GetOutputInfoReply
Auto Trait Implementations§
impl Freeze for GetOutputInfoReply
impl RefUnwindSafe for GetOutputInfoReply
impl Unpin for GetOutputInfoReply
impl UnwindSafe for GetOutputInfoReply
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