#[repr(C)]pub struct ICapeLibraryDetails_VTable {
pub base: ICapeInterface_VTable,
pub getName: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString) -> CapeResult>,
pub getUUID: Option<unsafe extern "C" fn(me: *mut c_void, uuid: *mut CapeUUID) -> CapeResult>,
pub getLibraryVersion: Option<unsafe extern "C" fn(me: *mut c_void, libraryVersion: *mut ICapeString) -> CapeResult>,
pub getLibraryPath: Option<unsafe extern "C" fn(me: *mut c_void, path: *mut ICapeString) -> CapeResult>,
pub getProxyInterfaceProviderLocation: Option<unsafe extern "C" fn(me: *mut c_void, service: CapePMCServiceType, loc: *mut ICapeString) -> CapeResult>,
}Fields§
§base: ICapeInterface_VTable§getName: Option<unsafe extern "C" fn(me: *mut c_void, name: *mut ICapeString) -> CapeResult>§getUUID: Option<unsafe extern "C" fn(me: *mut c_void, uuid: *mut CapeUUID) -> CapeResult>§getLibraryVersion: Option<unsafe extern "C" fn(me: *mut c_void, libraryVersion: *mut ICapeString) -> CapeResult>§getLibraryPath: Option<unsafe extern "C" fn(me: *mut c_void, path: *mut ICapeString) -> CapeResult>§getProxyInterfaceProviderLocation: Option<unsafe extern "C" fn(me: *mut c_void, service: CapePMCServiceType, loc: *mut ICapeString) -> CapeResult>Trait Implementations§
Source§impl Clone for ICapeLibraryDetails_VTable
impl Clone for ICapeLibraryDetails_VTable
Source§fn clone(&self) -> ICapeLibraryDetails_VTable
fn clone(&self) -> ICapeLibraryDetails_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 ICapeLibraryDetails_VTable
impl Debug for ICapeLibraryDetails_VTable
impl Copy for ICapeLibraryDetails_VTable
Auto Trait Implementations§
impl Freeze for ICapeLibraryDetails_VTable
impl RefUnwindSafe for ICapeLibraryDetails_VTable
impl Send for ICapeLibraryDetails_VTable
impl Sync for ICapeLibraryDetails_VTable
impl Unpin for ICapeLibraryDetails_VTable
impl UnwindSafe for ICapeLibraryDetails_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