#[repr(C)]pub struct dJointGroupSimpleIDContainer {
pub _id: dJointGroupID,
}Fields§
§_id: dJointGroupIDTrait Implementations§
Auto Trait Implementations§
impl !Send for dJointGroupSimpleIDContainer
impl !Sync for dJointGroupSimpleIDContainer
impl Freeze for dJointGroupSimpleIDContainer
impl RefUnwindSafe for dJointGroupSimpleIDContainer
impl Unpin for dJointGroupSimpleIDContainer
impl UnsafeUnpin for dJointGroupSimpleIDContainer
impl UnwindSafe for dJointGroupSimpleIDContainer
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