Struct julia_sys::arraylist_t [] [src]

#[repr(C)]
pub struct arraylist_t { pub len: usize, pub max: usize, pub items: *mut *mut c_void, pub _space: [*mut c_void; 29], }

Fields

Trait Implementations

impl Debug for arraylist_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for arraylist_t
[src]

impl Clone for arraylist_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more