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