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_ListNode
Trait Implementations
sourceimpl Clone for FT_ListRec
impl Clone for FT_ListRec
sourcefn clone(&self) -> FT_ListRec
fn clone(&self) -> FT_ListRec
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for FT_ListRec
impl Debug for FT_ListRec
sourceimpl Hash for FT_ListRec
impl Hash for FT_ListRec
sourceimpl PartialEq<FT_ListRec> for FT_ListRec
impl PartialEq<FT_ListRec> for FT_ListRec
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &FT_ListRec) -> bool
fn ne(&self, other: &FT_ListRec) -> bool
This method tests for !=
.
impl Copy for FT_ListRec
impl Eq for FT_ListRec
impl StructuralEq for FT_ListRec
impl StructuralPartialEq for FT_ListRec
Auto Trait Implementations
impl RefUnwindSafe for FT_ListRec
impl !Send for FT_ListRec
impl !Sync for FT_ListRec
impl Unpin for FT_ListRec
impl UnwindSafe for FT_ListRec
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