#[repr(C)]pub struct dxJoint { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dxJoint
impl RefUnwindSafe for dxJoint
impl Send for dxJoint
impl Sync for dxJoint
impl Unpin for dxJoint
impl UnwindSafe for dxJoint
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