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