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