pub struct Model {
pub model_id: u32,
pub slot_id: u32,
pub enabled: bool,
pub ordinal: u8,
pub params: Vec<ModelParam>,
}
Fields§
§model_id: u32
§slot_id: u32
§enabled: bool
§ordinal: u8
§params: Vec<ModelParam>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Model
impl RefUnwindSafe for Model
impl Send for Model
impl Sync for Model
impl Unpin for Model
impl UnwindSafe for Model
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