Struct julia_sys::_jl_module_t [] [src]

#[repr(C)]
pub struct _jl_module_t { pub name: *mut jl_sym_t, pub parent: *mut _jl_module_t, pub bindings: htable_t, pub usings: arraylist_t, pub istopmod: u8, pub uuid: u64, pub primary_world: usize, pub counter: u32, }

Fields

Trait Implementations

impl Debug for _jl_module_t
[src]

[src]

Formats the value using the given formatter.

impl Copy for _jl_module_t
[src]

impl Clone for _jl_module_t
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more