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

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

Fields

LowPart: __int64 HighPart: __int64

Trait Implementations

impl Debug for FLOAT128
[src]

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

Formats the value using the given formatter.

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