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