#[repr(C, packed(4))]pub struct SpeedControlVars {
pub frameMap: Pointer<f32>,
pub globalSpeed: f32,
pub flags: i32,
pub speed_control_type: i32,
pub speed_fader: f32,
pub speed_fader_length: f32,
pub speed_fader_frame_number: f32,
}Fields§
§frameMap: Pointer<f32>§globalSpeed: f32§flags: i32§speed_control_type: i32§speed_fader: f32§speed_fader_length: f32§speed_fader_frame_number: f32Trait Implementations§
Source§impl GeneratedBlendStruct for SpeedControlVars
impl GeneratedBlendStruct for SpeedControlVars
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "SpeedControlVars"
const STRUCT_INDEX: usize = 331usize
const STRUCT_TYPE_INDEX: usize = 465usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<SpeedControlVars> for SpeedControlVars
Auto Trait Implementations§
impl Freeze for SpeedControlVars
impl RefUnwindSafe for SpeedControlVars
impl Send for SpeedControlVars
impl Sync for SpeedControlVars
impl Unpin for SpeedControlVars
impl UnwindSafe for SpeedControlVars
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