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
sourceimpl Debug for FT_ListNodeRec
impl Debug for FT_ListNodeRec
sourceimpl Hash for FT_ListNodeRec
impl Hash for FT_ListNodeRec
sourceimpl PartialEq<FT_ListNodeRec> for FT_ListNodeRec
impl PartialEq<FT_ListNodeRec> for FT_ListNodeRec
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &FT_ListNodeRec) -> bool
fn ne(&self, other: &FT_ListNodeRec) -> bool
This method tests for !=
.
impl Eq for FT_ListNodeRec
impl StructuralEq for FT_ListNodeRec
impl StructuralPartialEq for FT_ListNodeRec
Auto Trait Implementations
impl RefUnwindSafe for FT_ListNodeRec
impl !Send for FT_ListNodeRec
impl !Sync for FT_ListNodeRec
impl Unpin for FT_ListNodeRec
impl UnwindSafe for FT_ListNodeRec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more