Struct freetype_sys::FT_ListNodeRec
source · #[repr(C)]pub struct FT_ListNodeRec {
pub prev: FT_ListNode,
pub next: FT_ListNode,
pub data: *mut c_void,
}
Fields§
§prev: FT_ListNode
§next: FT_ListNode
§data: *mut c_void
Trait Implementations§
source§impl Debug for FT_ListNodeRec
impl Debug for FT_ListNodeRec
source§impl Hash for FT_ListNodeRec
impl Hash for FT_ListNodeRec
source§impl PartialEq<FT_ListNodeRec> for FT_ListNodeRec
impl PartialEq<FT_ListNodeRec> for FT_ListNodeRec
source§fn eq(&self, other: &FT_ListNodeRec) -> bool
fn eq(&self, other: &FT_ListNodeRec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.