pub struct MetaJoint<U: UserDataTypes> { /* private fields */ }
Trait Implementations§
source§impl<U: UserDataTypes> Deref for MetaJoint<U>
impl<U: UserDataTypes> Deref for MetaJoint<U>
§type Target = UnknownJoint
type Target = UnknownJoint
The resulting type after dereferencing.
source§fn deref(&self) -> &UnknownJoint
fn deref(&self) -> &UnknownJoint
Dereferences the value.
source§impl<U: UserDataTypes> DerefMut for MetaJoint<U>
impl<U: UserDataTypes> DerefMut for MetaJoint<U>
source§fn deref_mut(&mut self) -> &mut UnknownJoint
fn deref_mut(&mut self) -> &mut UnknownJoint
Mutably dereferences the value.
source§impl<U: UserDataTypes> UserData<<U as UserDataTypes>::JointData> for MetaJoint<U>
impl<U: UserDataTypes> UserData<<U as UserDataTypes>::JointData> for MetaJoint<U>
Auto Trait Implementations§
impl<U> !RefUnwindSafe for MetaJoint<U>
impl<U> !Send for MetaJoint<U>
impl<U> !Sync for MetaJoint<U>
impl<U> Unpin for MetaJoint<U>
impl<U> !UnwindSafe for MetaJoint<U>
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