Struct freetype_sys::FT_Data[][src]

#[repr(C)]pub struct FT_Data {
    pub pointer: *const FT_Byte,
    pub length: FT_Int,
}

Fields

pointer: *const FT_Bytelength: FT_Int

Trait Implementations

impl Debug for FT_Data[src]

impl Eq for FT_Data[src]

impl Hash for FT_Data[src]

impl PartialEq<FT_Data> for FT_Data[src]

impl StructuralEq for FT_Data[src]

impl StructuralPartialEq for FT_Data[src]

Auto Trait Implementations

impl RefUnwindSafe for FT_Data

impl !Send for FT_Data

impl !Sync for FT_Data

impl Unpin for FT_Data

impl UnwindSafe for FT_Data

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, 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.