Struct xcb::x::QueryTextExtentsReply
source · pub struct QueryTextExtentsReply { /* private fields */ }
Expand description
Reply type for QueryTextExtents.
Can be obtained from a QueryTextExtentsCookie with Connection::wait_for_reply or from a QueryTextExtentsCookieUnchecked with Connection::wait_for_reply_unchecked
Implementations§
source§impl QueryTextExtentsReply
impl QueryTextExtentsReply
pub fn response_type(&self) -> u8
pub fn draw_direction(&self) -> FontDraw
pub fn sequence(&self) -> u16
pub fn length(&self) -> u32
pub fn font_ascent(&self) -> i16
pub fn font_descent(&self) -> i16
pub fn overall_ascent(&self) -> i16
pub fn overall_descent(&self) -> i16
pub fn overall_width(&self) -> i32
pub fn overall_left(&self) -> i32
pub fn overall_right(&self) -> i32
Trait Implementations§
source§impl Debug for QueryTextExtentsReply
impl Debug for QueryTextExtentsReply
source§impl Drop for QueryTextExtentsReply
impl Drop for QueryTextExtentsReply
source§impl Reply for QueryTextExtentsReply
impl Reply for QueryTextExtentsReply
impl Send for QueryTextExtentsReply
impl Sync for QueryTextExtentsReply
Auto Trait Implementations§
impl Freeze for QueryTextExtentsReply
impl RefUnwindSafe for QueryTextExtentsReply
impl Unpin for QueryTextExtentsReply
impl UnwindSafe for QueryTextExtentsReply
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