pub struct AnimationCountResponse {
pub animation_count: u16,
pub last_animation_id: u16,
}Expand description
Represent the count of possible animation and the last played animation id
Fields§
§animation_count: u16§last_animation_id: u16Trait Implementations§
Source§impl Debug for AnimationCountResponse
impl Debug for AnimationCountResponse
Auto Trait Implementations§
impl Freeze for AnimationCountResponse
impl RefUnwindSafe for AnimationCountResponse
impl Send for AnimationCountResponse
impl Sync for AnimationCountResponse
impl Unpin for AnimationCountResponse
impl UnsafeUnpin for AnimationCountResponse
impl UnwindSafe for AnimationCountResponse
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