#[repr(C)]pub struct GDoubleIEEE754 { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GDoubleIEEE754
impl RefUnwindSafe for GDoubleIEEE754
impl !Send for GDoubleIEEE754
impl !Sync for GDoubleIEEE754
impl !Unpin for GDoubleIEEE754
impl UnwindSafe for GDoubleIEEE754
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