Struct xcb::x::GetFontPathReply
source · pub struct GetFontPathReply { /* private fields */ }
Expand description
Reply type for GetFontPath.
Can be obtained from a GetFontPathCookie with Connection::wait_for_reply or from a GetFontPathCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
Trait Implementations§
source§impl Debug for GetFontPathReply
impl Debug for GetFontPathReply
source§impl Drop for GetFontPathReply
impl Drop for GetFontPathReply
source§impl Reply for GetFontPathReply
impl Reply for GetFontPathReply
impl Send for GetFontPathReply
impl Sync for GetFontPathReply
Auto Trait Implementations§
impl Freeze for GetFontPathReply
impl RefUnwindSafe for GetFontPathReply
impl Unpin for GetFontPathReply
impl UnwindSafe for GetFontPathReply
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