#[repr(C)]pub struct TheTruthMigrationApi {
pub migrate: Option<unsafe extern "C" fn(tt: *mut TheTruthO) -> bool>,
}
Fields§
§migrate: Option<unsafe extern "C" fn(tt: *mut TheTruthO) -> bool>
Implementations§
Trait Implementations§
Source§impl Clone for TheTruthMigrationApi
impl Clone for TheTruthMigrationApi
Source§fn clone(&self) -> TheTruthMigrationApi
fn clone(&self) -> TheTruthMigrationApi
Returns a duplicate 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 Default for TheTruthMigrationApi
impl Default for TheTruthMigrationApi
Source§fn default() -> TheTruthMigrationApi
fn default() -> TheTruthMigrationApi
Returns the “default value” for a type. Read more
impl Copy for TheTruthMigrationApi
Auto Trait Implementations§
impl Freeze for TheTruthMigrationApi
impl RefUnwindSafe for TheTruthMigrationApi
impl Send for TheTruthMigrationApi
impl Sync for TheTruthMigrationApi
impl Unpin for TheTruthMigrationApi
impl UnwindSafe for TheTruthMigrationApi
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