pub struct ModelContainer { /* private fields */ }
Available on crate feature
mdl
only.Expand description
A model container file, holding one or more models and related metadata.
Implementations§
Trait Implementations§
Source§impl Debug for ModelContainer
impl Debug for ModelContainer
Auto Trait Implementations§
impl Freeze for ModelContainer
impl RefUnwindSafe for ModelContainer
impl Send for ModelContainer
impl Sync for ModelContainer
impl Unpin for ModelContainer
impl UnwindSafe for ModelContainer
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