Struct mex_sys::_CRT_DOUBLE [] [src]

#[repr(C)]
pub struct _CRT_DOUBLE { pub x: f64, }

Fields

Trait Implementations

impl Copy for _CRT_DOUBLE
[src]

impl Clone for _CRT_DOUBLE
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for _CRT_DOUBLE
[src]

Formats the value using the given formatter.

impl Default for _CRT_DOUBLE
[src]

Returns the "default value" for a type. Read more