#[repr(C)]pub struct BipedAnim;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BipedAnim
impl RefUnwindSafe for BipedAnim
impl Send for BipedAnim
impl Sync for BipedAnim
impl Unpin for BipedAnim
impl UnwindSafe for BipedAnim
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