#[repr(C, packed(4))]pub struct FMod_Stepped {
pub step_size: f32,
pub offset: f32,
pub start_frame: f32,
pub end_frame: f32,
pub flag: i32,
}Fields§
§step_size: f32§offset: f32§start_frame: f32§end_frame: f32§flag: i32Trait Implementations§
Source§impl GeneratedBlendStruct for FMod_Stepped
impl GeneratedBlendStruct for FMod_Stepped
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "FMod_Stepped"
const STRUCT_INDEX: usize = 647usize
const STRUCT_TYPE_INDEX: usize = 795usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<FMod_Stepped> for FMod_Stepped
Auto Trait Implementations§
impl Freeze for FMod_Stepped
impl RefUnwindSafe for FMod_Stepped
impl Send for FMod_Stepped
impl Sync for FMod_Stepped
impl Unpin for FMod_Stepped
impl UnwindSafe for FMod_Stepped
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