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