pub struct AnimId(pub TypeId);
Tuple Fields§
§0: TypeId
Implementations§
Trait Implementations§
impl Copy for AnimId
impl Eq for AnimId
impl StructuralPartialEq for AnimId
Auto Trait Implementations§
impl Freeze for AnimId
impl RefUnwindSafe for AnimId
impl Send for AnimId
impl Sync for AnimId
impl Unpin for AnimId
impl UnwindSafe for AnimId
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