Struct xproto::xQueryTextExtentsReply[][src]

#[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: CARD32

Trait Implementations

impl Clone for xQueryTextExtentsReply[src]

impl Copy for xQueryTextExtentsReply[src]

impl Debug for xQueryTextExtentsReply[src]

impl Eq for xQueryTextExtentsReply[src]

impl Parcel for xQueryTextExtentsReply[src]

impl PartialEq<xQueryTextExtentsReply> for xQueryTextExtentsReply[src]

impl StructuralEq for xQueryTextExtentsReply[src]

impl StructuralPartialEq for xQueryTextExtentsReply[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.