#[repr(C)]pub struct IRemapParamIDVtbl {
pub base: FUnknownVtbl,
pub getCompatibleParamID: unsafe extern "system" fn(this: *mut IRemapParamID, pluginToReplaceUID: *const TUID, oldParamID: ParamID, newParamID: *mut ParamID) -> tresult,
}Fields§
§base: FUnknownVtbl§getCompatibleParamID: unsafe extern "system" fn(this: *mut IRemapParamID, pluginToReplaceUID: *const TUID, oldParamID: ParamID, newParamID: *mut ParamID) -> tresultTrait Implementations§
Source§impl Clone for IRemapParamIDVtbl
impl Clone for IRemapParamIDVtbl
Source§fn clone(&self) -> IRemapParamIDVtbl
fn clone(&self) -> IRemapParamIDVtbl
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 IRemapParamIDVtbl
Auto Trait Implementations§
impl Freeze for IRemapParamIDVtbl
impl RefUnwindSafe for IRemapParamIDVtbl
impl Send for IRemapParamIDVtbl
impl Sync for IRemapParamIDVtbl
impl Unpin for IRemapParamIDVtbl
impl UnwindSafe for IRemapParamIDVtbl
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