pub struct TheTruthApiInstanceMut {
pub api: *mut tm_the_truth_api,
pub ctx: *mut tm_the_truth_o,
}Fields§
§api: *mut tm_the_truth_api§ctx: *mut tm_the_truth_oImplementations§
Source§impl TheTruthApiInstanceMut
impl TheTruthApiInstanceMut
pub fn create_object_type( &mut self, name: &[u8], properties: &[tm_the_truth_property_definition_t], ) -> u64
Trait Implementations§
Source§impl Clone for TheTruthApiInstanceMut
impl Clone for TheTruthApiInstanceMut
Source§fn clone(&self) -> TheTruthApiInstanceMut
fn clone(&self) -> TheTruthApiInstanceMut
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 moreimpl Copy for TheTruthApiInstanceMut
Auto Trait Implementations§
impl Freeze for TheTruthApiInstanceMut
impl RefUnwindSafe for TheTruthApiInstanceMut
impl !Send for TheTruthApiInstanceMut
impl !Sync for TheTruthApiInstanceMut
impl Unpin for TheTruthApiInstanceMut
impl UnwindSafe for TheTruthApiInstanceMut
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