#[repr(C)]pub struct ICapeIDLCategoryIDCollection_VTable {
pub CategoryIDCount: Option<unsafe extern "C" fn(me: *mut c_void) -> CapeInteger>,
pub CategoryID: Option<unsafe extern "C" fn(me: *mut c_void, index: CapeInteger, catID: *mut *mut ICapeIDLCategoryID) -> CapeResult>,
pub CategoryIDByName: Option<unsafe extern "C" fn(me: *mut c_void, catName: *mut ICapeString, catID: *mut *mut ICapeIDLCategoryID) -> CapeResult>,
pub CategoryIDByUUID: Option<unsafe extern "C" fn(me: *mut c_void, uuid: *const u8, catID: *mut *mut ICapeIDLCategoryID) -> CapeResult>,
}Fields§
§CategoryIDCount: Option<unsafe extern "C" fn(me: *mut c_void) -> CapeInteger>§CategoryID: Option<unsafe extern "C" fn(me: *mut c_void, index: CapeInteger, catID: *mut *mut ICapeIDLCategoryID) -> CapeResult>§CategoryIDByName: Option<unsafe extern "C" fn(me: *mut c_void, catName: *mut ICapeString, catID: *mut *mut ICapeIDLCategoryID) -> CapeResult>§CategoryIDByUUID: Option<unsafe extern "C" fn(me: *mut c_void, uuid: *const u8, catID: *mut *mut ICapeIDLCategoryID) -> CapeResult>Trait Implementations§
Source§impl Clone for ICapeIDLCategoryIDCollection_VTable
impl Clone for ICapeIDLCategoryIDCollection_VTable
Source§fn clone(&self) -> ICapeIDLCategoryIDCollection_VTable
fn clone(&self) -> ICapeIDLCategoryIDCollection_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 moreimpl Copy for ICapeIDLCategoryIDCollection_VTable
Auto Trait Implementations§
impl Freeze for ICapeIDLCategoryIDCollection_VTable
impl RefUnwindSafe for ICapeIDLCategoryIDCollection_VTable
impl Send for ICapeIDLCategoryIDCollection_VTable
impl Sync for ICapeIDLCategoryIDCollection_VTable
impl Unpin for ICapeIDLCategoryIDCollection_VTable
impl UnwindSafe for ICapeIDLCategoryIDCollection_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