pub struct QueryFont {
pub font: Fontable,
}
Expand description
query font metrics
Queries information associated with the font.
This request replies QueryFontReply.
Associated cookie types are QueryFontCookie and QueryFontCookieUnchecked.
Fields§
§font: Fontable
The fontable (Font or Graphics Context) to query.
Trait Implementations§
source§impl RawRequest for QueryFont
impl RawRequest for QueryFont
source§fn raw_request(&self, c: &Connection, checked: bool) -> u64
fn raw_request(&self, c: &Connection, checked: bool) -> u64
Actual implementation of the request sending Read more
source§impl RequestWithReply for QueryFont
impl RequestWithReply for QueryFont
source§type Reply = QueryFontReply
type Reply = QueryFontReply
Reply associated with the request
source§type Cookie = QueryFontCookie
type Cookie = QueryFontCookie
Default cookie type for the request, as returned by Connection::send_request.
source§type CookieUnchecked = QueryFontCookieUnchecked
type CookieUnchecked = QueryFontCookieUnchecked
Unchecked cookie type for the request, as returned by Connection::send_request_unchecked.
Auto Trait Implementations§
impl Freeze for QueryFont
impl RefUnwindSafe for QueryFont
impl Send for QueryFont
impl Sync for QueryFont
impl Unpin for QueryFont
impl UnwindSafe for QueryFont
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)