pub struct Gws {
pub contacts: Vec<dContact>,
/* private fields */
}
Expand description
object of ODE, gws: singleton
Fields§
§contacts: Vec<dContact>
contacts
Implementations§
Source§impl Gws
world space
impl Gws
world space
Sourcepub fn contactgroup_(&mut self, id: *mut dxJointGroup)
pub fn contactgroup_(&mut self, id: *mut dxJointGroup)
setter
Sourcepub fn contactgroup(&self) -> *mut dxJointGroup
pub fn contactgroup(&self) -> *mut dxJointGroup
getter
Sourcepub fn num_contact_(&mut self, nc: usize)
pub fn num_contact_(&mut self, nc: usize)
setter
Sourcepub fn num_contact(&self) -> usize
pub fn num_contact(&self) -> usize
getter
Auto Trait Implementations§
impl Freeze for Gws
impl RefUnwindSafe for Gws
impl !Send for Gws
impl !Sync for Gws
impl Unpin for Gws
impl UnwindSafe for Gws
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