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