#[repr(C, packed(4))]pub struct ParticleDupliWeight {
pub next: Pointer<ParticleDupliWeight>,
pub prev: Pointer<ParticleDupliWeight>,
pub ob: Pointer<Object>,
pub count: i16,
pub flag: i16,
pub index: i16,
pub _pad0: [i8; 2],
}Fields§
§next: Pointer<ParticleDupliWeight>§prev: Pointer<ParticleDupliWeight>§ob: Pointer<Object>§count: i16§flag: i16§index: i16§_pad0: [i8; 2]Trait Implementations§
Source§impl GeneratedBlendStruct for ParticleDupliWeight
impl GeneratedBlendStruct for ParticleDupliWeight
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "ParticleDupliWeight"
const STRUCT_INDEX: usize = 565usize
const STRUCT_TYPE_INDEX: usize = 695usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<ParticleDupliWeight> for ParticleDupliWeight
Auto Trait Implementations§
impl Freeze for ParticleDupliWeight
impl RefUnwindSafe for ParticleDupliWeight
impl Send for ParticleDupliWeight
impl Sync for ParticleDupliWeight
impl Unpin for ParticleDupliWeight
impl UnwindSafe for ParticleDupliWeight
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