#[repr(C)]pub struct 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 Freeze for VecChar
impl RefUnwindSafe for VecChar
impl !Send for VecChar
impl !Sync for VecChar
impl Unpin for VecChar
impl UnwindSafe for 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