#[repr(C)]pub struct ICobiaIdentification_VTable {
pub base: ICapeInterface_VTable,
pub getComponentName: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString) -> CapeResult>,
pub putComponentName: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString) -> CapeResult>,
pub getComponentDescription: Option<unsafe extern "C" fn(me: *mut c_void, desc: *mut ICapeString) -> CapeResult>,
pub putComponentDescription: Option<unsafe extern "C" fn(me: *mut c_void, desc: *mut ICapeString) -> CapeResult>,
}Fields§
§base: ICapeInterface_VTable§getComponentName: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString) -> CapeResult>§putComponentName: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString) -> CapeResult>§getComponentDescription: Option<unsafe extern "C" fn(me: *mut c_void, desc: *mut ICapeString) -> CapeResult>§putComponentDescription: Option<unsafe extern "C" fn(me: *mut c_void, desc: *mut ICapeString) -> CapeResult>Trait Implementations§
Source§impl Clone for ICobiaIdentification_VTable
impl Clone for ICobiaIdentification_VTable
Source§fn clone(&self) -> ICobiaIdentification_VTable
fn clone(&self) -> ICobiaIdentification_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 ICobiaIdentification_VTable
impl Debug for ICobiaIdentification_VTable
impl Copy for ICobiaIdentification_VTable
Auto Trait Implementations§
impl Freeze for ICobiaIdentification_VTable
impl RefUnwindSafe for ICobiaIdentification_VTable
impl Send for ICobiaIdentification_VTable
impl Sync for ICobiaIdentification_VTable
impl Unpin for ICobiaIdentification_VTable
impl UnwindSafe for ICobiaIdentification_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