#[repr(C)]pub struct ICapeIDLInterface_VTable {
pub attribs: ICapeIDLAttributeCollection_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 LibraryUuid: Option<unsafe extern "C" fn(me: *mut c_void) -> *const u8>,
pub LibraryName: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString)>,
pub MethodCount: Option<unsafe extern "C" fn(me: *mut c_void) -> CapeInteger>,
pub Method: Option<unsafe extern "C" fn(me: *mut c_void, index: CapeInteger, method: *mut *mut ICapeIDLMethod) -> CapeResult>,
pub TemplateArgCount: Option<unsafe extern "C" fn(me: *mut c_void) -> CapeInteger>,
pub TemplateArg: Option<unsafe extern "C" fn(me: *mut c_void, index: CapeInteger, name: *mut ICapeString) -> CapeResult>,
}Fields§
§attribs: ICapeIDLAttributeCollection_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>§LibraryUuid: Option<unsafe extern "C" fn(me: *mut c_void) -> *const u8>§LibraryName: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString)>§MethodCount: Option<unsafe extern "C" fn(me: *mut c_void) -> CapeInteger>§Method: Option<unsafe extern "C" fn(me: *mut c_void, index: CapeInteger, method: *mut *mut ICapeIDLMethod) -> CapeResult>§TemplateArgCount: Option<unsafe extern "C" fn(me: *mut c_void) -> CapeInteger>§TemplateArg: Option<unsafe extern "C" fn(me: *mut c_void, index: CapeInteger, name: *mut ICapeString) -> CapeResult>Trait Implementations§
Source§impl Clone for ICapeIDLInterface_VTable
impl Clone for ICapeIDLInterface_VTable
Source§fn clone(&self) -> ICapeIDLInterface_VTable
fn clone(&self) -> ICapeIDLInterface_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 ICapeIDLInterface_VTable
impl Debug for ICapeIDLInterface_VTable
impl Copy for ICapeIDLInterface_VTable
Auto Trait Implementations§
impl Freeze for ICapeIDLInterface_VTable
impl RefUnwindSafe for ICapeIDLInterface_VTable
impl Send for ICapeIDLInterface_VTable
impl Sync for ICapeIDLInterface_VTable
impl Unpin for ICapeIDLInterface_VTable
impl UnwindSafe for ICapeIDLInterface_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