#[repr(C, packed(4))]pub struct LightGridCache {Show 15 fields
    pub mat: [[f32; 4]; 4],
    pub resolution: [i32; 3],
    pub offset: i32,
    pub corner: [f32; 3],
    pub attenuation_scale: f32,
    pub increment_x: [f32; 3],
    pub attenuation_bias: f32,
    pub increment_y: [f32; 3],
    pub level_bias: f32,
    pub increment_z: [f32; 3],
    pub _pad4: f32,
    pub visibility_bias: f32,
    pub visibility_bleed: f32,
    pub visibility_range: f32,
    pub _pad5: f32,
}Fields§
§mat: [[f32; 4]; 4]§resolution: [i32; 3]§offset: i32§corner: [f32; 3]§attenuation_scale: f32§increment_x: [f32; 3]§attenuation_bias: f32§increment_y: [f32; 3]§level_bias: f32§increment_z: [f32; 3]§_pad4: f32§visibility_bias: f32§visibility_bleed: f32§visibility_range: f32§_pad5: f32Trait Implementations§
Source§impl GeneratedBlendStruct for LightGridCache
 
impl GeneratedBlendStruct for LightGridCache
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "LightGridCache"
const STRUCT_INDEX: usize = 772usize
const STRUCT_TYPE_INDEX: usize = 905usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<LightGridCache> for LightGridCache
Auto Trait Implementations§
impl Freeze for LightGridCache
impl RefUnwindSafe for LightGridCache
impl Send for LightGridCache
impl Sync for LightGridCache
impl Unpin for LightGridCache
impl UnwindSafe for LightGridCache
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