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