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