Struct vst3::Steinberg::IPersistentVtbl
source · #[repr(C)]pub struct IPersistentVtbl {
pub base: FUnknownVtbl,
pub getClassID: unsafe extern "system" fn(this: *mut IPersistent, uid: *mut char8) -> tresult,
pub saveAttributes: unsafe extern "system" fn(this: *mut IPersistent, _0: *mut IAttributes) -> tresult,
pub loadAttributes: unsafe extern "system" fn(this: *mut IPersistent, _0: *mut IAttributes) -> tresult,
}
Fields§
§base: FUnknownVtbl
§getClassID: unsafe extern "system" fn(this: *mut IPersistent, uid: *mut char8) -> tresult
§saveAttributes: unsafe extern "system" fn(this: *mut IPersistent, _0: *mut IAttributes) -> tresult
§loadAttributes: unsafe extern "system" fn(this: *mut IPersistent, _0: *mut IAttributes) -> tresult
Trait Implementations§
source§impl Clone for IPersistentVtbl
impl Clone for IPersistentVtbl
source§fn clone(&self) -> IPersistentVtbl
fn clone(&self) -> IPersistentVtbl
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 IPersistentVtbl
Auto Trait Implementations§
impl RefUnwindSafe for IPersistentVtbl
impl Send for IPersistentVtbl
impl Sync for IPersistentVtbl
impl Unpin for IPersistentVtbl
impl UnwindSafe for IPersistentVtbl
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