pub struct ModelAdaptorTO { /* private fields */ }Available on crate feature
ffi only.Expand description
Invariant, same as vtable::Inner: vtable and ptr has to be valid and ptr an instance matching the vtable
Implementations§
Source§impl ModelAdaptorTO
impl ModelAdaptorTO
pub fn row_count(&self) -> usize
pub unsafe fn row_data(&self, _1: usize) -> *mut Value
pub fn set_row_data(&self, _1: usize, _2: Box<Value>)
pub fn get_notify(&self) -> &ModelNotifyOpaque
Sourcepub fn get_vtable(&self) -> &ModelAdaptorVTable
pub fn get_vtable(&self) -> &ModelAdaptorVTable
Returns a reference to the VTable