[][src]Struct graphicsmagick_sys::_TypeInfo

#[repr(C)]pub struct _TypeInfo {
    pub path: *mut c_char,
    pub name: *mut c_char,
    pub description: *mut c_char,
    pub family: *mut c_char,
    pub style: StyleType,
    pub stretch: StretchType,
    pub weight: c_ulong,
    pub encoding: *mut c_char,
    pub foundry: *mut c_char,
    pub format: *mut c_char,
    pub metrics: *mut c_char,
    pub glyphs: *mut c_char,
    pub stealth: c_uint,
    pub signature: c_ulong,
    pub previous: *mut _TypeInfo,
    pub next: *mut _TypeInfo,
}

Fields

path: *mut c_charname: *mut c_chardescription: *mut c_charfamily: *mut c_charstyle: StyleTypestretch: StretchTypeweight: c_ulongencoding: *mut c_charfoundry: *mut c_charformat: *mut c_charmetrics: *mut c_charglyphs: *mut c_charstealth: c_uintsignature: c_ulongprevious: *mut _TypeInfonext: *mut _TypeInfo

Trait Implementations

impl Clone for _TypeInfo[src]

impl Copy for _TypeInfo[src]

impl Debug for _TypeInfo[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.