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