Struct xcb::randr::GetOutputPrimaryReply
source · pub struct GetOutputPrimaryReply { /* private fields */ }
Expand description
Reply type for GetOutputPrimary.
Can be obtained from a GetOutputPrimaryCookie with Connection::wait_for_reply or from a GetOutputPrimaryCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for GetOutputPrimaryReply
impl Debug for GetOutputPrimaryReply
source§impl Drop for GetOutputPrimaryReply
impl Drop for GetOutputPrimaryReply
source§impl Reply for GetOutputPrimaryReply
impl Reply for GetOutputPrimaryReply
impl Send for GetOutputPrimaryReply
impl Sync for GetOutputPrimaryReply
Auto Trait Implementations§
impl Freeze for GetOutputPrimaryReply
impl RefUnwindSafe for GetOutputPrimaryReply
impl Unpin for GetOutputPrimaryReply
impl UnwindSafe for GetOutputPrimaryReply
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