#[repr(C, packed(4))]pub struct Volume_Runtime {
pub grids: Pointer<Nothing>,
pub frame: i32,
pub default_simplify_level: i32,
pub velocity_x_grid: [i8; 64],
pub velocity_y_grid: [i8; 64],
pub velocity_z_grid: [i8; 64],
}Fields§
§grids: Pointer<Nothing>§frame: i32§default_simplify_level: i32§velocity_x_grid: [i8; 64]§velocity_y_grid: [i8; 64]§velocity_z_grid: [i8; 64]Trait Implementations§
Source§impl GeneratedBlendStruct for Volume_Runtime
impl GeneratedBlendStruct for Volume_Runtime
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "Volume_Runtime"
const STRUCT_INDEX: usize = 786usize
const STRUCT_TYPE_INDEX: usize = 916usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<Volume_Runtime> for Volume_Runtime
Auto Trait Implementations§
impl Freeze for Volume_Runtime
impl RefUnwindSafe for Volume_Runtime
impl Send for Volume_Runtime
impl Sync for Volume_Runtime
impl Unpin for Volume_Runtime
impl UnwindSafe for Volume_Runtime
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