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