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