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