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