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