pub struct Model { /* private fields */ }
Implementations
sourceimpl Model
impl Model
pub fn get_classifiers(&self) -> &[Classifier]
pub fn get_wnd_src(&self, id: usize) -> &Vec<i32>
pub fn get_hierarchy_count(&self) -> usize
pub fn get_num_stage(&self, id: usize) -> i32
pub fn get_hierarchy_size(&self, hierarchy_index: usize) -> i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Model
impl Send for Model
impl Sync for Model
impl Unpin for Model
impl UnwindSafe for Model
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more