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