Struct gravity::error_desc_t [] [src]

#[repr(C)]
pub struct error_desc_t { pub lineno: u32, pub colno: u32, pub fileid: u32, pub offset: u32, pub meta: *mut c_void, }

Fields

Trait Implementations

impl Debug for error_desc_t
[src]

Formats the value using the given formatter.

impl Copy for error_desc_t
[src]

impl Clone for error_desc_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more