pub struct Double(/* private fields */);Expand description
A wrapper struct for a 64-bit floating-point value, typically used for implementing DataReader and DataWriter.
Trait Implementations§
source§impl ImportantFunctions for Double
impl ImportantFunctions for Double
§type ReturnType = <Double as ImportantFunctions>::InputType
type ReturnType = <Double as ImportantFunctions>::InputType
The type returned by
get_valuesource§fn get_value(&self) -> Self::ReturnType
fn get_value(&self) -> Self::ReturnType
A function that returns the hold data
Auto Trait Implementations§
impl Freeze for Double
impl RefUnwindSafe for Double
impl Send for Double
impl Sync for Double
impl Unpin for Double
impl UnwindSafe for Double
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