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