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