#[repr(C)]pub struct ICapeIDLLibrary_VTable {
pub base: ICobiaBase_VTable,
pub attribs: ICapeIDLAttributeCollection_VTable,
pub types: ICapeIDLTypeContainer_VTable,
pub Name: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString)>,
pub Uuid: Option<unsafe extern "C" fn(me: *mut c_void) -> *const u8>,
pub Path: Option<unsafe extern "C" fn(me: *mut c_void, path: *mut ICapeString)>,
}Fields§
§base: ICobiaBase_VTable§attribs: ICapeIDLAttributeCollection_VTable§types: ICapeIDLTypeContainer_VTable§Name: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString)>§Uuid: Option<unsafe extern "C" fn(me: *mut c_void) -> *const u8>§Path: Option<unsafe extern "C" fn(me: *mut c_void, path: *mut ICapeString)>Trait Implementations§
Source§impl Clone for ICapeIDLLibrary_VTable
impl Clone for ICapeIDLLibrary_VTable
Source§fn clone(&self) -> ICapeIDLLibrary_VTable
fn clone(&self) -> ICapeIDLLibrary_VTable
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 moreSource§impl Debug for ICapeIDLLibrary_VTable
impl Debug for ICapeIDLLibrary_VTable
impl Copy for ICapeIDLLibrary_VTable
Auto Trait Implementations§
impl Freeze for ICapeIDLLibrary_VTable
impl RefUnwindSafe for ICapeIDLLibrary_VTable
impl Send for ICapeIDLLibrary_VTable
impl Sync for ICapeIDLLibrary_VTable
impl Unpin for ICapeIDLLibrary_VTable
impl UnwindSafe for ICapeIDLLibrary_VTable
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