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