Struct julia_sys::exception [] [src]

#[repr(C)]
pub struct exception { pub type_: c_int, pub name: *mut c_char, pub arg1: f64, pub arg2: f64, pub retval: f64, }

Fields

Trait Implementations

impl Debug for exception
[src]

[src]

Formats the value using the given formatter.

impl Copy for exception
[src]

impl Clone for exception
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more