Struct winapi::FLOAT128 [] [src]

pub struct FLOAT128 {
    pub LowPart: __int64,
    pub HighPart: __int64,
}

Fields

LowPart
HighPart

Trait Implementations

Derived Implementations

impl Debug for FLOAT128

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for FLOAT128

impl Clone for FLOAT128

fn clone(&self) -> FLOAT128

fn clone_from(&mut self, source: &Self)