#[repr(C)]pub struct CVec2 { /* private fields */ }
Expand description
A struct to manage a collection of CVec
objects across FFI boundaries.
Implementations§
Trait Implementations§
impl Copy for CVec2
Auto Trait Implementations§
impl Freeze for CVec2
impl RefUnwindSafe for CVec2
impl !Send for CVec2
impl !Sync for CVec2
impl Unpin for CVec2
impl UnwindSafe for CVec2
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