pub struct CTmpMut<'a, P, T> { /* private fields */ }Expand description
A mutable version of CTmpRef.
Implementations§
Source§impl<'a> CTmpMut<'a, AnimationState, TrackEntry>
impl<'a> CTmpMut<'a, AnimationState, TrackEntry>
pub fn handle(&self) -> TrackEntryHandle
Source§impl<'a> CTmpMut<'a, SkeletonData, Skin>
impl<'a> CTmpMut<'a, SkeletonData, Skin>
pub fn handle(&self) -> SkinHandle
Trait Implementations§
Auto Trait Implementations§
impl<'a, P, T> Freeze for CTmpMut<'a, P, T>where
T: Freeze,
impl<'a, P, T> RefUnwindSafe for CTmpMut<'a, P, T>where
T: RefUnwindSafe,
P: RefUnwindSafe,
impl<'a, P, T> !Send for CTmpMut<'a, P, T>
impl<'a, P, T> !Sync for CTmpMut<'a, P, T>
impl<'a, P, T> Unpin for CTmpMut<'a, P, T>where
T: Unpin,
impl<'a, P, T> !UnwindSafe for CTmpMut<'a, P, T>
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