Type Alias freetype::freetype::FT_ListNodeRec

source ·
pub type FT_ListNodeRec = FT_ListNodeRec_;

Aliased Type§

struct FT_ListNodeRec {
    pub prev: *mut FT_ListNodeRec_,
    pub next: *mut FT_ListNodeRec_,
    pub data: *mut c_void,
}

Fields§

§prev: *mut FT_ListNodeRec_§next: *mut FT_ListNodeRec_§data: *mut c_void

Trait Implementations§

source§

impl Clone for FT_ListNodeRec_

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for FT_ListNodeRec_

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for FT_ListNodeRec_