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