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