Struct winapi::winnt::FLOAT128 [] [src]

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

Fields

LowPart
HighPart

Trait Implementations

impl Copy for FLOAT128
[src]

impl Clone for FLOAT128
[src]

fn clone(&self) -> FLOAT128

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for FLOAT128
[src]

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

Formats the value using the given formatter.