Struct freetype_sys::FT_Generic
source · #[repr(C)]pub struct FT_Generic {
pub data: *mut c_void,
pub finalizer: FT_Generic_Finalizer,
}Fields§
§data: *mut c_void§finalizer: FT_Generic_FinalizerTrait Implementations§
source§impl Debug for FT_Generic
impl Debug for FT_Generic
source§impl Hash for FT_Generic
impl Hash for FT_Generic
source§impl PartialEq<FT_Generic> for FT_Generic
impl PartialEq<FT_Generic> for FT_Generic
source§fn eq(&self, other: &FT_Generic) -> bool
fn eq(&self, other: &FT_Generic) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for FT_Generic
impl StructuralEq for FT_Generic
impl StructuralPartialEq for FT_Generic
Auto Trait Implementations§
impl RefUnwindSafe for FT_Generic
impl !Send for FT_Generic
impl !Sync for FT_Generic
impl Unpin for FT_Generic
impl UnwindSafe for FT_Generic
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