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