pub struct Seq {
pub tim: i32,
pub frm: i32,
}Expand description
One animation sequence entry (seqtyp in voxlaptest).
Fields§
§tim: i32§frm: i32Trait Implementations§
impl Copy for Seq
impl Eq for Seq
impl StructuralPartialEq for Seq
Auto Trait Implementations§
impl Freeze for Seq
impl RefUnwindSafe for Seq
impl Send for Seq
impl Sync for Seq
impl Unpin for Seq
impl UnsafeUnpin for Seq
impl UnwindSafe for Seq
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