#[repr(C)]pub struct ICapeIDLEnumeration_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 Count: Option<unsafe extern "C" fn(me: *mut c_void) -> CapeInteger>,
pub ItemName: Option<unsafe extern "C" fn(me: *mut c_void, index: CapeInteger, name: *mut ICapeString) -> CapeResult>,
pub ItemValue: Option<unsafe extern "C" fn(me: *mut c_void, index: CapeInteger, value: *mut CapeInteger) -> CapeResult>,
pub ItemValueByName: Option<unsafe extern "C" fn(me: *mut c_void, valueName: *mut ICapeString, value: *mut CapeInteger) -> CapeResult>,
pub HasValue: Option<unsafe extern "C" fn(me: *mut c_void, valueName: *mut ICapeString) -> CapeBoolean>,
}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)>§Count: Option<unsafe extern "C" fn(me: *mut c_void) -> CapeInteger>§ItemName: Option<unsafe extern "C" fn(me: *mut c_void, index: CapeInteger, name: *mut ICapeString) -> CapeResult>§ItemValue: Option<unsafe extern "C" fn(me: *mut c_void, index: CapeInteger, value: *mut CapeInteger) -> CapeResult>§ItemValueByName: Option<unsafe extern "C" fn(me: *mut c_void, valueName: *mut ICapeString, value: *mut CapeInteger) -> CapeResult>§HasValue: Option<unsafe extern "C" fn(me: *mut c_void, valueName: *mut ICapeString) -> CapeBoolean>Trait Implementations§
Source§impl Clone for ICapeIDLEnumeration_VTable
impl Clone for ICapeIDLEnumeration_VTable
Source§fn clone(&self) -> ICapeIDLEnumeration_VTable
fn clone(&self) -> ICapeIDLEnumeration_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 ICapeIDLEnumeration_VTable
impl Debug for ICapeIDLEnumeration_VTable
impl Copy for ICapeIDLEnumeration_VTable
Auto Trait Implementations§
impl Freeze for ICapeIDLEnumeration_VTable
impl RefUnwindSafe for ICapeIDLEnumeration_VTable
impl Send for ICapeIDLEnumeration_VTable
impl Sync for ICapeIDLEnumeration_VTable
impl Unpin for ICapeIDLEnumeration_VTable
impl UnwindSafe for ICapeIDLEnumeration_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