Struct freetype_sys::FT_ListRec
source · #[repr(C)]pub struct FT_ListRec {
pub head: FT_ListNode,
pub tail: FT_ListNode,
}Fields§
§head: FT_ListNode§tail: FT_ListNodeTrait Implementations§
source§impl Clone for FT_ListRec
impl Clone for FT_ListRec
source§fn clone(&self) -> FT_ListRec
fn clone(&self) -> FT_ListRec
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FT_ListRec
impl Debug for FT_ListRec
source§impl Hash for FT_ListRec
impl Hash for FT_ListRec
source§impl PartialEq<FT_ListRec> for FT_ListRec
impl PartialEq<FT_ListRec> for FT_ListRec
source§fn eq(&self, other: &FT_ListRec) -> bool
fn eq(&self, other: &FT_ListRec) -> bool
This method tests for
self and other values to be equal, and is used
by ==.