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