#[repr(C)]pub struct ICapePMCRegistrar {
pub me: *mut c_void,
pub vTbl: *mut ICapePMCRegistrar_VTable,
}Fields§
§me: *mut c_void!<object pointer
vTbl: *mut ICapePMCRegistrar_VTable!<function pointer table
Trait Implementations§
Source§impl Clone for ICapePMCRegistrar
impl Clone for ICapePMCRegistrar
Source§fn clone(&self) -> ICapePMCRegistrar
fn clone(&self) -> ICapePMCRegistrar
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 ICapePMCRegistrar
impl Debug for ICapePMCRegistrar
impl Copy for ICapePMCRegistrar
Auto Trait Implementations§
impl Freeze for ICapePMCRegistrar
impl RefUnwindSafe for ICapePMCRegistrar
impl !Send for ICapePMCRegistrar
impl !Sync for ICapePMCRegistrar
impl Unpin for ICapePMCRegistrar
impl UnwindSafe for ICapePMCRegistrar
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