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