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