#[repr(C, packed(4))]pub struct MDeformVert {
pub dw: Pointer<MDeformWeight>,
pub totweight: i32,
pub flag: i32,
}Fields§
§dw: Pointer<MDeformWeight>§totweight: i32§flag: i32Trait Implementations§
Source§impl GeneratedBlendStruct for MDeformVert
impl GeneratedBlendStruct for MDeformVert
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "MDeformVert"
const STRUCT_INDEX: usize = 87usize
const STRUCT_TYPE_INDEX: usize = 124usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<MDeformVert> for MDeformVert
Auto Trait Implementations§
impl Freeze for MDeformVert
impl RefUnwindSafe for MDeformVert
impl Send for MDeformVert
impl Sync for MDeformVert
impl Unpin for MDeformVert
impl UnwindSafe for MDeformVert
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