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