pub struct ContactDetection {
pub enabled: bool,
pub density_threshold: Option<Scalar>,
pub voxelization_size_limit: Option<Scalar>,
pub depth_limit: usize,
}Fields§
§enabled: bool§density_threshold: Option<Scalar>§voxelization_size_limit: Option<Scalar>§depth_limit: usizeTrait Implementations§
Source§impl Clone for ContactDetection
impl Clone for ContactDetection
Source§fn clone(&self) -> ContactDetection
fn clone(&self) -> ContactDetection
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 ContactDetection
impl Debug for ContactDetection
Source§impl Default for ContactDetection
impl Default for ContactDetection
Source§impl<'de> Deserialize<'de> for ContactDetection
impl<'de> Deserialize<'de> for ContactDetection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ContactDetection
impl PartialEq for ContactDetection
Source§impl Serialize for ContactDetection
impl Serialize for ContactDetection
impl Copy for ContactDetection
impl StructuralPartialEq for ContactDetection
Auto Trait Implementations§
impl Freeze for ContactDetection
impl RefUnwindSafe for ContactDetection
impl Send for ContactDetection
impl Sync for ContactDetection
impl Unpin for ContactDetection
impl UnwindSafe for ContactDetection
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