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