#[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) -> tresultTrait Implementations§
Source§impl Clone for IKeyswitchControllerVtbl
impl Clone for IKeyswitchControllerVtbl
Source§fn clone(&self) -> IKeyswitchControllerVtbl
fn clone(&self) -> IKeyswitchControllerVtbl
Returns a duplicate 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 Freeze for IKeyswitchControllerVtbl
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