pub struct KeySpanRef { /* private fields */ }Expand description
One sequence’s slice of a key array, as the file writes it: a count and an offset into whichever file holds that sequence’s keys.
Kept only by a lazily parsed model (Parser::setLazyAnimations), which leaves the sub-arrays of externally-stored sequences empty until loadSequence() reads their .anim sibling. Nothing else needs it: an eager parse consumes the reference on the spot.
Implementations§
Trait Implementations§
Source§impl Debug for KeySpanRef
impl Debug for KeySpanRef
Source§impl Default for KeySpanRef
impl Default for KeySpanRef
Source§impl Drop for KeySpanRef
impl Drop for KeySpanRef
impl Send for KeySpanRef
Auto Trait Implementations§
impl !Sync for KeySpanRef
impl Freeze for KeySpanRef
impl RefUnwindSafe for KeySpanRef
impl Unpin for KeySpanRef
impl UnsafeUnpin for KeySpanRef
impl UnwindSafe for KeySpanRef
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