pub struct Sequence {
pub name: String,
pub first_frame: u32,
pub last_frame: u32,
pub unused: u32,
}Fields§
§name: String§first_frame: u32§last_frame: u32§unused: u32Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Sequence
impl Send for Sequence
impl Sync for Sequence
impl Unpin for Sequence
impl UnwindSafe for Sequence
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