[][src]Struct amethyst_rendy::rendy::wsi::winit::os::unix::x11::ffi::XFontStruct

#[repr(C)]
pub struct XFontStruct {
    pub ext_data: *mut XExtData,
    pub fid: u64,
    pub direction: u32,
    pub min_char_or_byte2: u32,
    pub max_char_or_byte2: u32,
    pub min_byte1: u32,
    pub max_byte1: u32,
    pub all_chars_exist: i32,
    pub default_char: u32,
    pub n_properties: i32,
    pub properties: *mut XFontProp,
    pub min_bounds: XCharStruct,
    pub max_bounds: XCharStruct,
    pub per_char: *mut XCharStruct,
    pub ascent: i32,
    pub descent: i32,
}

Fields

ext_data: *mut XExtDatafid: u64direction: u32min_char_or_byte2: u32max_char_or_byte2: u32min_byte1: u32max_byte1: u32all_chars_exist: i32default_char: u32n_properties: i32properties: *mut XFontPropmin_bounds: XCharStructmax_bounds: XCharStructper_char: *mut XCharStructascent: i32descent: i32

Trait Implementations

impl Copy for XFontStruct[src]

impl Debug for XFontStruct[src]

impl Clone for XFontStruct[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl PartialEq<XFontStruct> for XFontStruct[src]

Auto Trait Implementations

impl Unpin for XFontStruct

impl !Sync for XFontStruct

impl !Send for XFontStruct

impl UnwindSafe for XFontStruct

impl RefUnwindSafe for XFontStruct

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
    D: AdaptFrom<S, Swp, Dwp, T>,
    Dwp: WhitePoint,
    Swp: WhitePoint,
    T: Component + Float
[src]

fn adapt_into(self) -> D[src]

Convert the source color to the destination color using the bradford method by default Read more

impl<T> SetParameter for T[src]

fn set<T>(&mut self, value: T) -> <T as Parameter<Self>>::Result where
    T: Parameter<Self>, 
[src]

Sets value as a parameter of self.

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

impl<T> Erased for T[src]

impl<T> Scalar for T where
    T: Copy + PartialEq<T> + Any + Debug
[src]

fn is<T>() -> bool where
    T: Scalar
[src]

Tests if Self the same as the type T Read more

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

type Output = T

Should always be Self

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 
[src]

impl<T> Any for T where
    T: Any
[src]

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