#[repr(C)]pub struct dJointDynamicIDContainer {
pub vtable_: *const dJointDynamicIDContainer__bindgen_vtable,
pub _base: dJointSimpleIDContainer,
}
Fields§
§vtable_: *const dJointDynamicIDContainer__bindgen_vtable
§_base: dJointSimpleIDContainer
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dJointDynamicIDContainer
impl RefUnwindSafe for dJointDynamicIDContainer
impl !Send for dJointDynamicIDContainer
impl !Sync for dJointDynamicIDContainer
impl Unpin for dJointDynamicIDContainer
impl UnwindSafe for dJointDynamicIDContainer
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