#[repr(C)]pub struct ove_model_config {
pub model_data: *const u8,
pub model_size: usize,
pub arena_size: usize,
}Fields§
§model_data: *const u8§model_size: usize§arena_size: usizeAuto Trait Implementations§
impl Freeze for ove_model_config
impl RefUnwindSafe for ove_model_config
impl !Send for ove_model_config
impl !Sync for ove_model_config
impl Unpin for ove_model_config
impl UnwindSafe for ove_model_config
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