#[repr(C)]pub struct ca_vec_struct {
pub entries: ca_ptr,
pub alloc: slong,
pub length: slong,
}Fields§
§entries: ca_ptr§alloc: slong§length: slongAuto Trait Implementations§
impl Freeze for ca_vec_struct
impl RefUnwindSafe for ca_vec_struct
impl !Send for ca_vec_struct
impl !Sync for ca_vec_struct
impl Unpin for ca_vec_struct
impl UnwindSafe for ca_vec_struct
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