Struct gds::GdsFloat64
source · pub struct GdsFloat64;
Expand description
A namespace for encoding and decoding GDSII floats to and from the IEEE754 double-precision format.
Implementations§
Auto Trait Implementations§
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