#[repr(C, packed(4))]pub struct World {Show 30 fields
pub id: ID,
pub adt: Pointer<AnimData>,
pub drawdata: DrawDataList,
pub _pad0: [i8; 4],
pub texact: i16,
pub mistype: i16,
pub horr: f32,
pub horg: f32,
pub horb: f32,
pub exposure: f32,
pub exp: f32,
pub range: f32,
pub mode: i16,
pub _pad2: [i8; 6],
pub misi: f32,
pub miststa: f32,
pub mistdist: f32,
pub misthi: f32,
pub aodist: f32,
pub aoenergy: f32,
pub flag: i16,
pub _pad3: [i8; 6],
pub ipo: Pointer<Ipo>,
pub pr_texture: i16,
pub use_nodes: i16,
pub _pad: [i8; 4],
pub preview: Pointer<PreviewImage>,
pub nodetree: Pointer<bNodeTree>,
pub lightgroup: Pointer<LightgroupMembership>,
pub gpumaterial: ListBase,
}Fields§
§id: ID§adt: Pointer<AnimData>§drawdata: DrawDataList§_pad0: [i8; 4]§texact: i16§mistype: i16§horr: f32§horg: f32§horb: f32§exposure: f32§exp: f32§range: f32§mode: i16§_pad2: [i8; 6]§misi: f32§miststa: f32§mistdist: f32§misthi: f32§aodist: f32§aoenergy: f32§flag: i16§_pad3: [i8; 6]§ipo: Pointer<Ipo>§pr_texture: i16§use_nodes: i16§_pad: [i8; 4]§preview: Pointer<PreviewImage>§nodetree: Pointer<bNodeTree>§lightgroup: Pointer<LightgroupMembership>§gpumaterial: ListBaseTrait Implementations§
Source§impl GeneratedBlendStruct for World
impl GeneratedBlendStruct for World
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "World"
const STRUCT_INDEX: usize = 183usize
const STRUCT_TYPE_INDEX: usize = 265usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<World> for World
Auto Trait Implementations§
impl Freeze for World
impl RefUnwindSafe for World
impl Send for World
impl Sync for World
impl Unpin for World
impl UnwindSafe for World
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