#[repr(C, packed(4))]pub struct DisplaceModifierData {Show 14 fields
pub modifier: ModifierData,
pub texture: Pointer<Tex>,
pub map_object: Pointer<Object>,
pub map_bone: [i8; 64],
pub uvlayer_name: [i8; 64],
pub uvlayer_tmp: i32,
pub texmapping: i32,
pub strength: f32,
pub direction: i32,
pub defgrp_name: [i8; 64],
pub midlevel: f32,
pub space: i32,
pub flag: i16,
pub _pad: [i8; 6],
}Fields§
§modifier: ModifierData§texture: Pointer<Tex>§map_object: Pointer<Object>§map_bone: [i8; 64]§uvlayer_name: [i8; 64]§uvlayer_tmp: i32§texmapping: i32§strength: f32§direction: i32§defgrp_name: [i8; 64]§midlevel: f32§space: i32§flag: i16§_pad: [i8; 6]Trait Implementations§
Source§impl GeneratedBlendStruct for DisplaceModifierData
impl GeneratedBlendStruct for DisplaceModifierData
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "DisplaceModifierData"
const STRUCT_INDEX: usize = 112usize
const STRUCT_TYPE_INDEX: usize = 162usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<DisplaceModifierData> for DisplaceModifierData
Auto Trait Implementations§
impl Freeze for DisplaceModifierData
impl RefUnwindSafe for DisplaceModifierData
impl Send for DisplaceModifierData
impl Sync for DisplaceModifierData
impl Unpin for DisplaceModifierData
impl UnwindSafe for DisplaceModifierData
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