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