#[repr(C, packed(4))]pub struct NodeTexSky {Show 15 fields
pub base: NodeTexBase,
pub sky_model: i32,
pub sun_direction: [f32; 3],
pub turbidity: f32,
pub ground_albedo: f32,
pub sun_size: f32,
pub sun_intensity: f32,
pub sun_elevation: f32,
pub sun_rotation: f32,
pub altitude: f32,
pub air_density: f32,
pub dust_density: f32,
pub ozone_density: f32,
pub sun_disc: i8,
pub _pad: [i8; 7],
}Fields§
§base: NodeTexBase§sky_model: i32§sun_direction: [f32; 3]§turbidity: f32§ground_albedo: f32§sun_size: f32§sun_intensity: f32§sun_elevation: f32§sun_rotation: f32§altitude: f32§air_density: f32§dust_density: f32§ozone_density: f32§sun_disc: i8§_pad: [i8; 7]Trait Implementations§
Source§impl GeneratedBlendStruct for NodeTexSky
impl GeneratedBlendStruct for NodeTexSky
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeTexSky"
const STRUCT_INDEX: usize = 455usize
const STRUCT_TYPE_INDEX: usize = 593usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeTexSky> for NodeTexSky
Auto Trait Implementations§
impl Freeze for NodeTexSky
impl RefUnwindSafe for NodeTexSky
impl Send for NodeTexSky
impl Sync for NodeTexSky
impl Unpin for NodeTexSky
impl UnwindSafe for NodeTexSky
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