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 for FT_ListNodeRec
impl PartialEq 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 ==
.impl Eq for FT_ListNodeRec
impl StructuralPartialEq for FT_ListNodeRec
Auto Trait Implementations§
impl Freeze for FT_ListNodeRec
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more