#[repr(C)]pub struct spEvent {
pub data: *mut spEventData,
pub time: f32,
pub intValue: c_int,
pub floatValue: f32,
pub stringValue: *const c_char,
pub volume: f32,
pub balance: f32,
}Fields§
§data: *mut spEventData§time: f32§intValue: c_int§floatValue: f32§stringValue: *const c_char§volume: f32§balance: f32Trait Implementations§
Auto Trait Implementations§
impl !Send for spEvent
impl !Sync for spEvent
impl Freeze for spEvent
impl RefUnwindSafe for spEvent
impl Unpin for spEvent
impl UnsafeUnpin for spEvent
impl UnwindSafe for spEvent
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