Struct xcb::x::ListFontsReply
source · pub struct ListFontsReply { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Debug for ListFontsReply
impl Debug for ListFontsReply
source§impl Drop for ListFontsReply
impl Drop for ListFontsReply
source§impl Reply for ListFontsReply
impl Reply for ListFontsReply
impl Send for ListFontsReply
impl Sync for ListFontsReply
Auto Trait Implementations§
impl Freeze for ListFontsReply
impl RefUnwindSafe for ListFontsReply
impl Unpin for ListFontsReply
impl UnwindSafe for ListFontsReply
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