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