#[repr(C)]pub struct ICapeArrayInteger_VTable {
pub get: Option<unsafe extern "C" fn(me: *mut c_void, data: *mut *mut CapeInteger, size: *mut CapeSize)>,
pub setsize: Option<unsafe extern "C" fn(me: *mut c_void, size: CapeSize, data: *mut *mut CapeInteger) -> CapeResult>,
}Fields§
§get: Option<unsafe extern "C" fn(me: *mut c_void, data: *mut *mut CapeInteger, size: *mut CapeSize)>§setsize: Option<unsafe extern "C" fn(me: *mut c_void, size: CapeSize, data: *mut *mut CapeInteger) -> CapeResult>Trait Implementations§
Source§impl Clone for ICapeArrayInteger_VTable
impl Clone for ICapeArrayInteger_VTable
Source§fn clone(&self) -> ICapeArrayInteger_VTable
fn clone(&self) -> ICapeArrayInteger_VTable
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_VTable
impl Debug for ICapeArrayInteger_VTable
impl Copy for ICapeArrayInteger_VTable
Auto Trait Implementations§
impl Freeze for ICapeArrayInteger_VTable
impl RefUnwindSafe for ICapeArrayInteger_VTable
impl Send for ICapeArrayInteger_VTable
impl Sync for ICapeArrayInteger_VTable
impl Unpin for ICapeArrayInteger_VTable
impl UnwindSafe for ICapeArrayInteger_VTable
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