pub struct BoneIndex(/* private fields */);Auto Trait Implementations§
impl Freeze for BoneIndex
impl RefUnwindSafe for BoneIndex
impl Send for BoneIndex
impl Sync for BoneIndex
impl Unpin for BoneIndex
impl UnsafeUnpin for BoneIndex
impl UnwindSafe for BoneIndex
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