#[repr(C)]pub struct WbContactPoint {
pub point: [f64; 3],
pub node_id: c_int,
pub padding: c_int,
}Fields§
§point: [f64; 3]§node_id: c_int§padding: c_intTrait Implementations§
Source§impl Clone for WbContactPoint
impl Clone for WbContactPoint
Source§fn clone(&self) -> WbContactPoint
fn clone(&self) -> WbContactPoint
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WbContactPoint
impl Debug for WbContactPoint
impl Copy for WbContactPoint
Auto Trait Implementations§
impl Freeze for WbContactPoint
impl RefUnwindSafe for WbContactPoint
impl Send for WbContactPoint
impl Sync for WbContactPoint
impl Unpin for WbContactPoint
impl UnwindSafe for WbContactPoint
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