#[repr(C, packed(4))]pub struct LightCacheTexture {
pub tex: Pointer<Nothing>,
pub data: Pointer<i8>,
pub tex_size: [i32; 3],
pub data_type: i8,
pub components: i8,
pub _pad: [i8; 2],
}Fields§
§tex: Pointer<Nothing>§data: Pointer<i8>§tex_size: [i32; 3]§data_type: i8§components: i8§_pad: [i8; 2]Trait Implementations§
Source§impl GeneratedBlendStruct for LightCacheTexture
impl GeneratedBlendStruct for LightCacheTexture
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "LightCacheTexture"
const STRUCT_INDEX: usize = 773usize
const STRUCT_TYPE_INDEX: usize = 906usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<LightCacheTexture> for LightCacheTexture
Auto Trait Implementations§
impl Freeze for LightCacheTexture
impl RefUnwindSafe for LightCacheTexture
impl Send for LightCacheTexture
impl Sync for LightCacheTexture
impl Unpin for LightCacheTexture
impl UnwindSafe for LightCacheTexture
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