#[repr(C)]pub struct b2ContactId {
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 handled.
Fields§
§index1: i32§world0: u16§padding: i16§generation: u32Trait Implementations§
Source§impl Clone for b2ContactId
impl Clone for b2ContactId
Source§fn clone(&self) -> b2ContactId
fn clone(&self) -> b2ContactId
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for b2ContactId
impl Debug for b2ContactId
impl Copy for b2ContactId
Auto Trait Implementations§
impl Freeze for b2ContactId
impl RefUnwindSafe for b2ContactId
impl Send for b2ContactId
impl Sync for b2ContactId
impl Unpin for b2ContactId
impl UnwindSafe for b2ContactId
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)