Union julia_sys::jl_array_t__bindgen_ty_1 [] [src]

#[repr(C)]
pub union jl_array_t__bindgen_ty_1 { pub maxsize: usize, pub ncols: usize, // some fields omitted }

Fields

maxsize: usize ncols: usize

Trait Implementations

impl Copy for jl_array_t__bindgen_ty_1
[src]

impl Clone for jl_array_t__bindgen_ty_1
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more