#[repr(C, packed(4))]pub struct FMod_Envelope {
pub data: Pointer<FCM_EnvelopeData>,
pub totvert: i32,
pub midval: f32,
pub min: f32,
pub max: f32,
}Fields§
§data: Pointer<FCM_EnvelopeData>§totvert: i32§midval: f32§min: f32§max: f32Trait Implementations§
Source§impl GeneratedBlendStruct for FMod_Envelope
impl GeneratedBlendStruct for FMod_Envelope
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "FMod_Envelope"
const STRUCT_INDEX: usize = 642usize
const STRUCT_TYPE_INDEX: usize = 790usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<FMod_Envelope> for FMod_Envelope
Auto Trait Implementations§
impl Freeze for FMod_Envelope
impl RefUnwindSafe for FMod_Envelope
impl Send for FMod_Envelope
impl Sync for FMod_Envelope
impl Unpin for FMod_Envelope
impl UnwindSafe for FMod_Envelope
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