#[repr(C, packed(4))]pub struct VolumeDisplaceModifierData {
pub modifier: ModifierData,
pub texture: Pointer<Tex>,
pub texture_map_object: Pointer<Object>,
pub texture_map_mode: i32,
pub strength: f32,
pub texture_mid_level: [f32; 3],
pub texture_sample_radius: f32,
}Fields§
§modifier: ModifierData§texture: Pointer<Tex>§texture_map_object: Pointer<Object>§texture_map_mode: i32§strength: f32§texture_mid_level: [f32; 3]§texture_sample_radius: f32Trait Implementations§
Source§impl GeneratedBlendStruct for VolumeDisplaceModifierData
impl GeneratedBlendStruct for VolumeDisplaceModifierData
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "VolumeDisplaceModifierData"
const STRUCT_INDEX: usize = 166usize
const STRUCT_TYPE_INDEX: usize = 235usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<VolumeDisplaceModifierData> for VolumeDisplaceModifierData
Auto Trait Implementations§
impl Freeze for VolumeDisplaceModifierData
impl RefUnwindSafe for VolumeDisplaceModifierData
impl Send for VolumeDisplaceModifierData
impl Sync for VolumeDisplaceModifierData
impl Unpin for VolumeDisplaceModifierData
impl UnwindSafe for VolumeDisplaceModifierData
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