pub struct QueryTextExtents {
pub draw_direction: DrawDirection,
pub font_ascent: i16,
pub font_descent: i16,
pub overall_ascent: i16,
pub overall_descent: i16,
pub overall_width: i32,
pub overall_left: i32,
pub overall_right: i32,
}Fields§
§draw_direction: DrawDirection§font_ascent: i16§font_descent: i16§overall_ascent: i16§overall_descent: i16§overall_width: i32§overall_left: i32§overall_right: i32Trait Implementations§
Source§impl Clone for QueryTextExtents
impl Clone for QueryTextExtents
Source§fn clone(&self) -> QueryTextExtents
fn clone(&self) -> QueryTextExtents
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for QueryTextExtents
impl Debug for QueryTextExtents
Source§impl XReply for QueryTextExtents
impl XReply for QueryTextExtents
fn from_reply(reply: SomeReply) -> Option<Self>
Auto Trait Implementations§
impl Freeze for QueryTextExtents
impl RefUnwindSafe for QueryTextExtents
impl Send for QueryTextExtents
impl Sync for QueryTextExtents
impl Unpin for QueryTextExtents
impl UnwindSafe for QueryTextExtents
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