#[repr(C)]pub struct b3FilterJointDef {
pub base: b3JointDef,
}Expand description
A filter joint is used to disable collision between two specific bodies. @ingroup filter_joint
Fields§
§base: b3JointDefBase joint definition
Trait Implementations§
Source§impl Clone for b3FilterJointDef
impl Clone for b3FilterJointDef
Source§fn clone(&self) -> b3FilterJointDef
fn clone(&self) -> b3FilterJointDef
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 b3FilterJointDef
Auto Trait Implementations§
impl !Send for b3FilterJointDef
impl !Sync for b3FilterJointDef
impl Freeze for b3FilterJointDef
impl RefUnwindSafe for b3FilterJointDef
impl Unpin for b3FilterJointDef
impl UnsafeUnpin for b3FilterJointDef
impl UnwindSafe for b3FilterJointDef
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