#[repr(C)]pub struct ICapeInterface_VTable {
pub addReference: Option<unsafe extern "C" fn(me: *mut c_void)>,
pub release: Option<unsafe extern "C" fn(me: *mut c_void)>,
pub queryInterface: Option<unsafe extern "C" fn(me: *mut c_void, uuid: *const CapeUUID, ptr: *mut *mut _ICapeInterface) -> CapeResult>,
pub getLastError: Option<unsafe extern "C" fn(me: *mut c_void, ptr: *mut *mut _ICapeError) -> CapeResult>,
}Fields§
§addReference: Option<unsafe extern "C" fn(me: *mut c_void)>§release: Option<unsafe extern "C" fn(me: *mut c_void)>§queryInterface: Option<unsafe extern "C" fn(me: *mut c_void, uuid: *const CapeUUID, ptr: *mut *mut _ICapeInterface) -> CapeResult>§getLastError: Option<unsafe extern "C" fn(me: *mut c_void, ptr: *mut *mut _ICapeError) -> CapeResult>Trait Implementations§
Source§impl Clone for ICapeInterface_VTable
impl Clone for ICapeInterface_VTable
Source§fn clone(&self) -> ICapeInterface_VTable
fn clone(&self) -> ICapeInterface_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 ICapeInterface_VTable
impl Debug for ICapeInterface_VTable
impl Copy for ICapeInterface_VTable
Auto Trait Implementations§
impl Freeze for ICapeInterface_VTable
impl RefUnwindSafe for ICapeInterface_VTable
impl Send for ICapeInterface_VTable
impl Sync for ICapeInterface_VTable
impl Unpin for ICapeInterface_VTable
impl UnwindSafe for ICapeInterface_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