Struct xcb::randr::GetCrtcInfoReply
source · pub struct GetCrtcInfoReply { /* private fields */ }
Expand description
Reply type for GetCrtcInfo.
Can be obtained from a GetCrtcInfoCookie with Connection::wait_for_reply or from a GetCrtcInfoCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl GetCrtcInfoReply
impl GetCrtcInfoReply
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 x(&self) -> i16
pub fn y(&self) -> i16
pub fn width(&self) -> u16
pub fn height(&self) -> u16
pub fn mode(&self) -> Mode
pub fn rotation(&self) -> Rotation
pub fn rotations(&self) -> Rotation
pub fn outputs(&self) -> &[Output]
pub fn possible(&self) -> &[Output]
Trait Implementations§
source§impl Debug for GetCrtcInfoReply
impl Debug for GetCrtcInfoReply
source§impl Drop for GetCrtcInfoReply
impl Drop for GetCrtcInfoReply
source§impl Reply for GetCrtcInfoReply
impl Reply for GetCrtcInfoReply
impl Send for GetCrtcInfoReply
impl Sync for GetCrtcInfoReply
Auto Trait Implementations§
impl Freeze for GetCrtcInfoReply
impl RefUnwindSafe for GetCrtcInfoReply
impl Unpin for GetCrtcInfoReply
impl UnwindSafe for GetCrtcInfoReply
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