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 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