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