#[repr(C)]pub struct ICobiaArrayEnumeration_VTable {
pub base: ICapeArrayEnumeration_VTable,
pub destroy: Option<unsafe extern "C" fn(me: *mut c_void)>,
}Fields§
§base: ICapeArrayEnumeration_VTable!<ICapeArrayEnumeration class
destroy: Option<unsafe extern "C" fn(me: *mut c_void)>Trait Implementations§
Source§impl Clone for ICobiaArrayEnumeration_VTable
impl Clone for ICobiaArrayEnumeration_VTable
Source§fn clone(&self) -> ICobiaArrayEnumeration_VTable
fn clone(&self) -> ICobiaArrayEnumeration_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 moreimpl Copy for ICobiaArrayEnumeration_VTable
Auto Trait Implementations§
impl Freeze for ICobiaArrayEnumeration_VTable
impl RefUnwindSafe for ICobiaArrayEnumeration_VTable
impl Send for ICobiaArrayEnumeration_VTable
impl Sync for ICobiaArrayEnumeration_VTable
impl Unpin for ICobiaArrayEnumeration_VTable
impl UnwindSafe for ICobiaArrayEnumeration_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