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_Finalizer
Trait Implementations
sourceimpl Debug for FT_Generic
impl Debug for FT_Generic
sourceimpl Hash for FT_Generic
impl Hash for FT_Generic
sourceimpl PartialEq<FT_Generic> for FT_Generic
impl PartialEq<FT_Generic> for FT_Generic
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &FT_Generic) -> bool
fn ne(&self, other: &FT_Generic) -> bool
This method tests for !=
.
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
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