Struct freetype_sys::FT_ListRec [] [src]

#[repr(C)]
pub struct FT_ListRec { pub head: FT_ListNode, pub tail: FT_ListNode, }

Fields

Trait Implementations

impl Copy for FT_ListRec
[src]

impl Clone for FT_ListRec
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more