#[repr(C)]pub union ScsInputEventValue {
pub value_bool: ScsValueBool,
pub value_float: ScsValueFloat,
pub sizing_for_future_extensions: [f32; 6],
}Expand description
Storage written by the plugin when SCS asks for the next input event.
Fields§
§value_bool: ScsValueBool§value_float: ScsValueFloat§sizing_for_future_extensions: [f32; 6]Trait Implementations§
Source§impl Clone for ScsInputEventValue
impl Clone for ScsInputEventValue
Source§fn clone(&self) -> ScsInputEventValue
fn clone(&self) -> ScsInputEventValue
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 ScsInputEventValue
Auto Trait Implementations§
impl Freeze for ScsInputEventValue
impl RefUnwindSafe for ScsInputEventValue
impl Send for ScsInputEventValue
impl Sync for ScsInputEventValue
impl Unpin for ScsInputEventValue
impl UnsafeUnpin for ScsInputEventValue
impl UnwindSafe for ScsInputEventValue
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