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