#[repr(C, packed(4))]pub struct MPoly {
pub loopstart: i32,
pub totloop: i32,
pub mat_nr: i16,
pub flag: i8,
pub _pad: i8,
}Fields§
§loopstart: i32§totloop: i32§mat_nr: i16§flag: i8§_pad: i8Trait Implementations§
Source§impl GeneratedBlendStruct for MPoly
impl GeneratedBlendStruct for MPoly
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "MPoly"
const STRUCT_INDEX: usize = 77usize
const STRUCT_TYPE_INDEX: usize = 121usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<MPoly> for MPoly
Auto Trait Implementations§
impl Freeze for MPoly
impl RefUnwindSafe for MPoly
impl Send for MPoly
impl Sync for MPoly
impl Unpin for MPoly
impl UnwindSafe for MPoly
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