Struct vst3::Steinberg::Vst::KeyswitchInfo
source · #[repr(C)]pub struct KeyswitchInfo {
pub typeId: KeyswitchTypeID,
pub title: String128,
pub shortTitle: String128,
pub keyswitchMin: int32,
pub keyswitchMax: int32,
pub keyRemapped: int32,
pub unitId: int32,
pub flags: int32,
}
Fields§
§typeId: KeyswitchTypeID
§title: String128
§shortTitle: String128
§keyswitchMin: int32
§keyswitchMax: int32
§keyRemapped: int32
§unitId: int32
§flags: int32
Trait Implementations§
source§impl Clone for KeyswitchInfo
impl Clone for KeyswitchInfo
source§fn clone(&self) -> KeyswitchInfo
fn clone(&self) -> KeyswitchInfo
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 KeyswitchInfo
impl Send for KeyswitchInfo
impl Sync for KeyswitchInfo
Auto Trait Implementations§
impl RefUnwindSafe for KeyswitchInfo
impl Unpin for KeyswitchInfo
impl UnwindSafe for KeyswitchInfo
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