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