#[repr(C, packed(4))]pub struct bAnimVizSettings {
pub recalc: i16,
pub path_type: i16,
pub path_step: i16,
pub path_range: i16,
pub path_viewflag: i16,
pub path_bakeflag: i16,
pub _pad: [i8; 4],
pub path_sf: i32,
pub path_ef: i32,
pub path_bc: i32,
pub path_ac: i32,
}Fields§
§recalc: i16§path_type: i16§path_step: i16§path_range: i16§path_viewflag: i16§path_bakeflag: i16§_pad: [i8; 4]§path_sf: i32§path_ef: i32§path_bc: i32§path_ac: i32Trait Implementations§
Source§impl GeneratedBlendStruct for bAnimVizSettings
impl GeneratedBlendStruct for bAnimVizSettings
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bAnimVizSettings"
const STRUCT_INDEX: usize = 359usize
const STRUCT_TYPE_INDEX: usize = 249usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bAnimVizSettings> for bAnimVizSettings
Auto Trait Implementations§
impl Freeze for bAnimVizSettings
impl RefUnwindSafe for bAnimVizSettings
impl Send for bAnimVizSettings
impl Sync for bAnimVizSettings
impl Unpin for bAnimVizSettings
impl UnwindSafe for bAnimVizSettings
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