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