Struct windows_sys::Win32::Foundation::FLOAT128
#[repr(C)]pub struct FLOAT128 {
pub LowPart: i64,
pub HighPart: i64,
}
Fields§
§LowPart: i64
§HighPart: i64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FLOAT128
impl Send for FLOAT128
impl Sync for FLOAT128
impl Unpin for FLOAT128
impl UnwindSafe for FLOAT128
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more