#[repr(C)]pub struct b3JointId {
pub index1: i32,
pub world0: u16,
pub generation: u16,
}Expand description
Joint id references a joint instance. This should be treated as an opaque handle.
Fields§
§index1: i32§world0: u16§generation: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for b3JointId
impl RefUnwindSafe for b3JointId
impl Send for b3JointId
impl Sync for b3JointId
impl Unpin for b3JointId
impl UnsafeUnpin for b3JointId
impl UnwindSafe for b3JointId
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