Struct xcb::randr::SetScreenConfigReply
source · pub struct SetScreenConfigReply { /* private fields */ }
Expand description
Reply type for SetScreenConfig.
Can be obtained from a SetScreenConfigCookie with Connection::wait_for_reply or from a SetScreenConfigCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl SetScreenConfigReply
impl SetScreenConfigReply
pub fn response_type(&self) -> u8
pub fn status(&self) -> SetConfig
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn new_timestamp(&self) -> Timestamp
pub fn config_timestamp(&self) -> Timestamp
pub fn root(&self) -> Window
pub fn subpixel_order(&self) -> SubPixel
Trait Implementations§
source§impl Debug for SetScreenConfigReply
impl Debug for SetScreenConfigReply
source§impl Drop for SetScreenConfigReply
impl Drop for SetScreenConfigReply
source§impl Reply for SetScreenConfigReply
impl Reply for SetScreenConfigReply
impl Send for SetScreenConfigReply
impl Sync for SetScreenConfigReply
Auto Trait Implementations§
impl Freeze for SetScreenConfigReply
impl RefUnwindSafe for SetScreenConfigReply
impl Unpin for SetScreenConfigReply
impl UnwindSafe for SetScreenConfigReply
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