[][src]Struct embedded_freetype_sys::FT_Outline

#[repr(C)]
pub struct FT_Outline { pub n_contours: c_short, pub n_points: c_short, pub points: *mut FT_Vector, pub tags: *mut c_char, pub contours: *mut c_short, pub flags: c_int, }

Fields

n_contours: c_shortn_points: c_shortpoints: *mut FT_Vectortags: *mut c_charcontours: *mut c_shortflags: c_int

Trait Implementations

impl PartialEq<FT_Outline> for FT_Outline[src]

impl Eq for FT_Outline[src]

impl Hash for FT_Outline[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for FT_Outline[src]

Auto Trait Implementations

impl !Send for FT_Outline

impl !Sync for FT_Outline

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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]