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