Struct vst3::Steinberg::Vst::ScaleEvent
source · #[repr(C)]pub struct ScaleEvent {
pub root: int16,
pub mask: int16,
pub textLen: uint16,
pub text: *const TChar,
}
Fields§
§root: int16
§mask: int16
§textLen: uint16
§text: *const TChar
Trait Implementations§
source§impl Clone for ScaleEvent
impl Clone for ScaleEvent
source§fn clone(&self) -> ScaleEvent
fn clone(&self) -> ScaleEvent
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 ScaleEvent
impl Send for ScaleEvent
impl Sync for ScaleEvent
Auto Trait Implementations§
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