Struct vst3::Steinberg::Vst::PolyPressureEvent
source · #[repr(C)]pub struct PolyPressureEvent {
pub channel: int16,
pub pitch: int16,
pub pressure: f32,
pub noteId: int32,
}
Fields§
§channel: int16
§pitch: int16
§pressure: f32
§noteId: int32
Trait Implementations§
source§impl Clone for PolyPressureEvent
impl Clone for PolyPressureEvent
source§fn clone(&self) -> PolyPressureEvent
fn clone(&self) -> PolyPressureEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PolyPressureEvent
impl Send for PolyPressureEvent
impl Sync for PolyPressureEvent
Auto Trait Implementations§
impl RefUnwindSafe for PolyPressureEvent
impl Unpin for PolyPressureEvent
impl UnwindSafe for PolyPressureEvent
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