#[repr(C, packed(4))]pub struct LaplacianSmoothModifierData {
pub modifier: ModifierData,
pub lambda: f32,
pub lambda_border: f32,
pub _pad1: [i8; 4],
pub defgrp_name: [i8; 64],
pub flag: i16,
pub repeat: i16,
}Fields§
§modifier: ModifierData§lambda: f32§lambda_border: f32§_pad1: [i8; 4]§defgrp_name: [i8; 64]§flag: i16§repeat: i16Trait Implementations§
Source§impl GeneratedBlendStruct for LaplacianSmoothModifierData
impl GeneratedBlendStruct for LaplacianSmoothModifierData
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "LaplacianSmoothModifierData"
const STRUCT_INDEX: usize = 148usize
const STRUCT_TYPE_INDEX: usize = 214usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<LaplacianSmoothModifierData> for LaplacianSmoothModifierData
Auto Trait Implementations§
impl Freeze for LaplacianSmoothModifierData
impl RefUnwindSafe for LaplacianSmoothModifierData
impl Send for LaplacianSmoothModifierData
impl Sync for LaplacianSmoothModifierData
impl Unpin for LaplacianSmoothModifierData
impl UnwindSafe for LaplacianSmoothModifierData
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