Struct rust_rpg_toolkit::json::AnimationDef [−][src]
Fields
name: String
row: u32
frames: u32
fps: u32
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for AnimationDef
impl Send for AnimationDef
impl Sync for AnimationDef
impl Unpin for AnimationDef
impl UnwindSafe for AnimationDef
Blanket Implementations
Mutably borrows from an owned value. Read more