#[repr(C)]pub struct spEventData {
pub name: *const c_char,
pub intValue: c_int,
pub floatValue: f32,
pub stringValue: *const c_char,
pub audioPath: *const c_char,
pub volume: f32,
pub balance: f32,
}Fields§
§name: *const c_char§intValue: c_int§floatValue: f32§stringValue: *const c_char§audioPath: *const c_char§volume: f32§balance: f32Trait Implementations§
Source§impl Clone for spEventData
impl Clone for spEventData
Source§fn clone(&self) -> spEventData
fn clone(&self) -> spEventData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for spEventData
Auto Trait Implementations§
impl !Send for spEventData
impl !Sync for spEventData
impl Freeze for spEventData
impl RefUnwindSafe for spEventData
impl Unpin for spEventData
impl UnsafeUnpin for spEventData
impl UnwindSafe for spEventData
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