pub struct GdsFloat64;Expand description
§GDSII’s Home-Grown Floating-Point Format
Incredibly, GDSII is old enough to have its own float-format, like most computers did before IEEE754.
The GdsFloat64 struct is not used as a data-store, but largely a namespace
for the encode and decode operations to and from IEEE754 double-precision format.
Implementations§
Auto Trait Implementations§
impl Freeze for GdsFloat64
impl RefUnwindSafe for GdsFloat64
impl Send for GdsFloat64
impl Sync for GdsFloat64
impl Unpin for GdsFloat64
impl UnwindSafe for GdsFloat64
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