#[repr(C, packed(4))]pub struct NodeTexWave {
pub base: NodeTexBase,
pub wave_type: i32,
pub bands_direction: i32,
pub rings_direction: i32,
pub wave_profile: i32,
}Fields§
§base: NodeTexBase§wave_type: i32§bands_direction: i32§rings_direction: i32§wave_profile: i32Trait Implementations§
Source§impl GeneratedBlendStruct for NodeTexWave
impl GeneratedBlendStruct for NodeTexWave
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeTexWave"
const STRUCT_INDEX: usize = 464usize
const STRUCT_TYPE_INDEX: usize = 602usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeTexWave> for NodeTexWave
Auto Trait Implementations§
impl Freeze for NodeTexWave
impl RefUnwindSafe for NodeTexWave
impl Send for NodeTexWave
impl Sync for NodeTexWave
impl Unpin for NodeTexWave
impl UnwindSafe for NodeTexWave
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