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§
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 for FT_ListRec
impl PartialEq 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 ==
.impl Copy for FT_ListRec
impl Eq for FT_ListRec
impl StructuralPartialEq for FT_ListRec
Auto Trait Implementations§
impl Freeze for FT_ListRec
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§
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