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