#[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 for FT_Generic
impl PartialEq for FT_Generic
Source§fn eq(&self, other: &FT_Generic) -> bool
fn eq(&self, other: &FT_Generic) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for FT_Generic
impl StructuralPartialEq for FT_Generic
Auto Trait Implementations§
impl Freeze for FT_Generic
impl RefUnwindSafe for FT_Generic
impl !Send for FT_Generic
impl !Sync for FT_Generic
impl Unpin for FT_Generic
impl UnsafeUnpin 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