Struct julia_sys::htable_t [] [src]

#[repr(C)]
pub struct htable_t { pub size: usize, pub table: *mut *mut c_void, pub _space: [*mut c_void; 32], }

Fields

Trait Implementations

impl Debug for htable_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for htable_t
[src]

impl Clone for htable_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more