#[repr(C, packed(4))]pub struct MVert {
pub co: [f32; 3],
pub flag: i8,
pub bweight: i8,
pub _pad: [i8; 2],
}Fields§
§co: [f32; 3]§flag: i8§bweight: i8§_pad: [i8; 2]Trait Implementations§
Source§impl GeneratedBlendStruct for MVert
impl GeneratedBlendStruct for MVert
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "MVert"
const STRUCT_INDEX: usize = 75usize
const STRUCT_TYPE_INDEX: usize = 119usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<MVert> for MVert
Auto Trait Implementations§
impl Freeze for MVert
impl RefUnwindSafe for MVert
impl Send for MVert
impl Sync for MVert
impl Unpin for MVert
impl UnwindSafe for MVert
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