pub struct ModelInfo {
pub name: String,
pub name_en: String,
pub comment: String,
pub comment_en: String,
}Expand description
Pmx embedded comments and names
refer PMX仕様.txt 176~181
Fields§
§name: String§name_en: String§comment: String§comment_en: StringTrait Implementations§
impl Eq for ModelInfo
impl StructuralPartialEq for ModelInfo
Auto Trait Implementations§
impl Freeze for ModelInfo
impl RefUnwindSafe for ModelInfo
impl Send for ModelInfo
impl Sync for ModelInfo
impl Unpin for ModelInfo
impl UnwindSafe for ModelInfo
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