Struct xcb::dri3::FdFromFenceCookie
source · pub struct FdFromFenceCookie { /* private fields */ }
Expand description
Cookie type for FdFromFence.
This cookie can be used to get a FdFromFenceReply with Connection::wait_for_reply
Trait Implementations§
source§impl Cookie for FdFromFenceCookie
impl Cookie for FdFromFenceCookie
source§impl CookieWithReplyChecked for FdFromFenceCookie
impl CookieWithReplyChecked for FdFromFenceCookie
source§type Reply = FdFromFenceReply
type Reply = FdFromFenceReply
The reply type associated with the cookie
source§impl Debug for FdFromFenceCookie
impl Debug for FdFromFenceCookie
impl CookieChecked for FdFromFenceCookie
Auto Trait Implementations§
impl Freeze for FdFromFenceCookie
impl RefUnwindSafe for FdFromFenceCookie
impl Send for FdFromFenceCookie
impl Sync for FdFromFenceCookie
impl Unpin for FdFromFenceCookie
impl UnwindSafe for FdFromFenceCookie
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