pub struct ContactId {
pub index1: i32,
pub world0: u16,
pub padding: i16,
pub generation: u32,
}Expand description
Contact id references a contact instance. Treat as an opaque handle.
Fields§
§index1: i32§world0: u16§padding: i16§generation: u32Implementations§
Trait Implementations§
impl Copy for ContactId
impl Eq for ContactId
impl StructuralPartialEq for ContactId
Auto Trait Implementations§
impl Freeze for ContactId
impl RefUnwindSafe for ContactId
impl Send for ContactId
impl Sync for ContactId
impl Unpin for ContactId
impl UnsafeUnpin for ContactId
impl UnwindSafe for ContactId
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