Struct vst3::Steinberg::Vst::IKeyswitchControllerVtbl
source · #[repr(C)]pub struct IKeyswitchControllerVtbl {
pub base: FUnknownVtbl,
pub getKeyswitchCount: unsafe extern "system" fn(this: *mut IKeyswitchController, busIndex: int32, channel: int16) -> int32,
pub getKeyswitchInfo: unsafe extern "system" fn(this: *mut IKeyswitchController, busIndex: int32, channel: int16, keySwitchIndex: int32, info: *mut KeyswitchInfo) -> tresult,
}
Fields§
§base: FUnknownVtbl
§getKeyswitchCount: unsafe extern "system" fn(this: *mut IKeyswitchController, busIndex: int32, channel: int16) -> int32
§getKeyswitchInfo: unsafe extern "system" fn(this: *mut IKeyswitchController, busIndex: int32, channel: int16, keySwitchIndex: int32, info: *mut KeyswitchInfo) -> tresult
Trait Implementations§
source§impl Clone for IKeyswitchControllerVtbl
impl Clone for IKeyswitchControllerVtbl
source§fn clone(&self) -> IKeyswitchControllerVtbl
fn clone(&self) -> IKeyswitchControllerVtbl
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 IKeyswitchControllerVtbl
Auto Trait Implementations§
impl RefUnwindSafe for IKeyswitchControllerVtbl
impl Send for IKeyswitchControllerVtbl
impl Sync for IKeyswitchControllerVtbl
impl Unpin for IKeyswitchControllerVtbl
impl UnwindSafe for IKeyswitchControllerVtbl
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