#[repr(C, packed(4))]pub struct CorrectiveSmoothDeltaCache {
pub deltas: Function,
pub totverts: i32,
pub lambda: f32,
pub scale: f32,
pub repeat: i16,
pub flag: i16,
pub smooth_type: i8,
pub rest_source: i8,
pub _pad: [i8; 6],
}Fields§
§deltas: Function§totverts: i32§lambda: f32§scale: f32§repeat: i16§flag: i16§smooth_type: i8§rest_source: i8§_pad: [i8; 6]Trait Implementations§
Source§impl GeneratedBlendStruct for CorrectiveSmoothDeltaCache
impl GeneratedBlendStruct for CorrectiveSmoothDeltaCache
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "CorrectiveSmoothDeltaCache"
const STRUCT_INDEX: usize = 149usize
const STRUCT_TYPE_INDEX: usize = 215usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<CorrectiveSmoothDeltaCache> for CorrectiveSmoothDeltaCache
Auto Trait Implementations§
impl Freeze for CorrectiveSmoothDeltaCache
impl RefUnwindSafe for CorrectiveSmoothDeltaCache
impl Send for CorrectiveSmoothDeltaCache
impl Sync for CorrectiveSmoothDeltaCache
impl Unpin for CorrectiveSmoothDeltaCache
impl UnwindSafe for CorrectiveSmoothDeltaCache
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