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