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