pub struct Model3 { /* private fields */ }Implementations§
Source§impl Model3
impl Model3
pub fn from_json_str(source: &str) -> Result<Self>
pub fn version(&self) -> u32
pub fn moc(&self) -> &str
pub fn textures(&self) -> &[String]
pub fn physics(&self) -> Option<&str>
pub fn pose(&self) -> Option<&str>
pub fn display_info(&self) -> Option<&str>
pub fn motions(&self) -> &BTreeMap<String, Vec<MotionReference>>
pub fn expressions(&self) -> &[ExpressionReference]
pub fn groups(&self) -> &[Group]
pub fn hit_areas(&self) -> &[HitArea]
Trait Implementations§
impl Eq for Model3
impl StructuralPartialEq for Model3
Auto Trait Implementations§
impl Freeze for Model3
impl RefUnwindSafe for Model3
impl Send for Model3
impl Sync for Model3
impl Unpin for Model3
impl UnsafeUnpin for Model3
impl UnwindSafe for Model3
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