#[repr(C)]pub struct b3ContactId {
pub index1: i32,
pub world0: u16,
pub padding: i16,
pub generation: u32,
}Expand description
Contact id references a contact instance. This should be treated as an opaque handle.
Fields§
§index1: i32§world0: u16§padding: i16§generation: u32Trait Implementations§
Source§impl Clone for b3ContactId
impl Clone for b3ContactId
Source§fn clone(&self) -> b3ContactId
fn clone(&self) -> b3ContactId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for b3ContactId
Auto Trait Implementations§
impl Freeze for b3ContactId
impl RefUnwindSafe for b3ContactId
impl Send for b3ContactId
impl Sync for b3ContactId
impl Unpin for b3ContactId
impl UnsafeUnpin for b3ContactId
impl UnwindSafe for b3ContactId
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