#[repr(C, packed(4))]pub struct ClothCollSettings {Show 18 fields
pub collision_list: Pointer<Nothing>,
pub epsilon: f32,
pub self_friction: f32,
pub friction: f32,
pub damping: f32,
pub selfepsilon: f32,
pub repel_force: f32,
pub distance_repel: f32,
pub flags: i32,
pub self_loop_count: i16,
pub loop_count: i16,
pub _pad: [i8; 4],
pub group: Pointer<Collection>,
pub vgroup_selfcol: i16,
pub vgroup_objcol: i16,
pub _pad2: [i8; 4],
pub clamp: f32,
pub self_clamp: f32,
}Fields§
§collision_list: Pointer<Nothing>§epsilon: f32§self_friction: f32§friction: f32§damping: f32§selfepsilon: f32§repel_force: f32§distance_repel: f32§flags: i32§self_loop_count: i16§loop_count: i16§_pad: [i8; 4]§group: Pointer<Collection>§vgroup_selfcol: i16§vgroup_objcol: i16§_pad2: [i8; 4]§clamp: f32§self_clamp: f32Trait Implementations§
Source§impl GeneratedBlendStruct for ClothCollSettings
impl GeneratedBlendStruct for ClothCollSettings
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "ClothCollSettings"
const STRUCT_INDEX: usize = 571usize
const STRUCT_TYPE_INDEX: usize = 174usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<ClothCollSettings> for ClothCollSettings
Auto Trait Implementations§
impl Freeze for ClothCollSettings
impl RefUnwindSafe for ClothCollSettings
impl Send for ClothCollSettings
impl Sync for ClothCollSettings
impl Unpin for ClothCollSettings
impl UnwindSafe for ClothCollSettings
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