pub struct EntityApiInstance {
pub api: *mut tm_entity_api,
pub ctx: *const tm_entity_context_o,
}Fields§
§api: *mut tm_entity_api§ctx: *const tm_entity_context_oTrait Implementations§
Source§impl Clone for EntityApiInstance
impl Clone for EntityApiInstance
Source§fn clone(&self) -> EntityApiInstance
fn clone(&self) -> EntityApiInstance
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 EntityApiInstance
Auto Trait Implementations§
impl Freeze for EntityApiInstance
impl RefUnwindSafe for EntityApiInstance
impl !Send for EntityApiInstance
impl !Sync for EntityApiInstance
impl Unpin for EntityApiInstance
impl UnwindSafe for EntityApiInstance
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