#[repr(C)]pub struct ca_poly_vec_struct {
pub entries: *mut ca_poly_struct,
pub length: slong,
pub alloc: slong,
}Fields§
§entries: *mut ca_poly_struct§length: slong§alloc: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for ca_poly_vec_struct
impl RefUnwindSafe for ca_poly_vec_struct
impl !Send for ca_poly_vec_struct
impl !Sync for ca_poly_vec_struct
impl Unpin for ca_poly_vec_struct
impl UnsafeUnpin for ca_poly_vec_struct
impl UnwindSafe for ca_poly_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