#[repr(C)]pub struct LightBakingOutput {
pub probe_occlusion_light_index: i32,
pub occlusion_mask_channel: i32,
pub lightmap_bake_type: LightmapBakeType,
pub mixed_lighting_mode: MixedLightingMode,
pub is_baked: bool,
}Expand description
Fields§
§probe_occlusion_light_index: i32§occlusion_mask_channel: i32§lightmap_bake_type: LightmapBakeType§mixed_lighting_mode: MixedLightingMode§is_baked: boolTrait Implementations§
Source§impl ClassIdentity for LightBakingOutput
impl ClassIdentity for LightBakingOutput
Source§impl Clone for LightBakingOutput
impl Clone for LightBakingOutput
Source§fn clone(&self) -> LightBakingOutput
fn clone(&self) -> LightBakingOutput
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LightBakingOutput
Auto Trait Implementations§
impl Freeze for LightBakingOutput
impl RefUnwindSafe for LightBakingOutput
impl Send for LightBakingOutput
impl Sync for LightBakingOutput
impl Unpin for LightBakingOutput
impl UnwindSafe for LightBakingOutput
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)