scm_t_double

Type Alias scm_t_double 

Source
pub type scm_t_double = Struct_scm_t_double;

Aliased Type§

#[repr(C)]
pub struct scm_t_double { pub _type: *mut Struct_scm_unused_struct, pub pad: *mut Struct_scm_unused_struct, pub real: f64, }

Fields§

§_type: *mut Struct_scm_unused_struct§pad: *mut Struct_scm_unused_struct§real: f64