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