Struct xproto::xQueryTextExtentsReply
source · #[repr(C)]pub struct xQueryTextExtentsReply {
pub type_: BYTE,
pub drawDirection: CARD8,
pub sequenceNumber: CARD16,
pub length: CARD32,
pub fontAscent: INT16,
pub fontDescent: INT16,
pub overallAscent: INT16,
pub overallDescent: INT16,
pub overallWidth: INT32,
pub overallLeft: INT32,
pub overallRight: INT32,
pub pad: CARD32,
}Fields
type_: BYTEdrawDirection: CARD8sequenceNumber: CARD16length: CARD32fontAscent: INT16fontDescent: INT16overallAscent: INT16overallDescent: INT16overallWidth: INT32overallLeft: INT32overallRight: INT32pad: CARD32Trait Implementations
sourceimpl Clone for xQueryTextExtentsReply
impl Clone for xQueryTextExtentsReply
sourcefn clone(&self) -> xQueryTextExtentsReply
fn clone(&self) -> xQueryTextExtentsReply
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for xQueryTextExtentsReply
impl Debug for xQueryTextExtentsReply
impl Copy for xQueryTextExtentsReply
Auto Trait Implementations
impl RefUnwindSafe for xQueryTextExtentsReply
impl Send for xQueryTextExtentsReply
impl Sync for xQueryTextExtentsReply
impl Unpin for xQueryTextExtentsReply
impl UnwindSafe for xQueryTextExtentsReply
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more