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