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