#[repr(C)]pub struct ICapeArrayInteger {
pub me: *mut c_void,
pub vTbl: *mut ICapeArrayInteger_VTable,
}Fields§
§me: *mut c_void§vTbl: *mut ICapeArrayInteger_VTable!<function pointer table
Trait Implementations§
Source§impl ArrayInterface<i32> for ICapeArrayInteger
impl ArrayInterface<i32> for ICapeArrayInteger
fn get(&mut self, data: &mut *mut CapeInteger, size: &mut CapeSize)
fn set(&mut self, data: &mut *mut CapeInteger, size: CapeSize) -> CapeResult
fn get_const(&self, data: &mut *const CapeInteger, size: &mut CapeSize)
Source§impl Clone for ICapeArrayInteger
impl Clone for ICapeArrayInteger
Source§fn clone(&self) -> ICapeArrayInteger
fn clone(&self) -> ICapeArrayInteger
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 ICapeArrayInteger
impl Debug for ICapeArrayInteger
impl Copy for ICapeArrayInteger
Auto Trait Implementations§
impl Freeze for ICapeArrayInteger
impl RefUnwindSafe for ICapeArrayInteger
impl !Send for ICapeArrayInteger
impl !Sync for ICapeArrayInteger
impl Unpin for ICapeArrayInteger
impl UnwindSafe for ICapeArrayInteger
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