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