#[repr(C)]pub struct TheTruthInteropContextT {
pub to_tt: *mut TheTruthO,
pub from_tt: *mut TheTruthO,
pub type_lookup: *mut Hash32T,
pub property_lookup: *mut Hash32T,
pub buffer_lookup: *mut Hash32T,
pub object_lookup: *mut HashU64ToIdT,
}Fields§
§to_tt: *mut TheTruthO§from_tt: *mut TheTruthO§type_lookup: *mut Hash32T§property_lookup: *mut Hash32T§buffer_lookup: *mut Hash32T§object_lookup: *mut HashU64ToIdTTrait Implementations§
Source§impl Clone for TheTruthInteropContextT
impl Clone for TheTruthInteropContextT
Source§fn clone(&self) -> TheTruthInteropContextT
fn clone(&self) -> TheTruthInteropContextT
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 TheTruthInteropContextT
impl Default for TheTruthInteropContextT
impl Copy for TheTruthInteropContextT
Auto Trait Implementations§
impl Freeze for TheTruthInteropContextT
impl RefUnwindSafe for TheTruthInteropContextT
impl !Send for TheTruthInteropContextT
impl !Sync for TheTruthInteropContextT
impl Unpin for TheTruthInteropContextT
impl UnwindSafe for TheTruthInteropContextT
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