#[repr(C)]pub struct ET_VecChar {
pub data: *mut c_char,
pub len: usize,
pub cap: usize,
}Fields§
§data: *mut c_char§len: usize§cap: usizeTrait Implementations§
Auto Trait Implementations§
impl !Send for ET_VecChar
impl !Sync for ET_VecChar
impl Freeze for ET_VecChar
impl RefUnwindSafe for ET_VecChar
impl Unpin for ET_VecChar
impl UnsafeUnpin for ET_VecChar
impl UnwindSafe for ET_VecChar
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