pub struct Float(/* private fields */);Expand description
A wrapper struct for a 32-bit floating-point value, typically used for implementing DataReader and DataWriter.
Trait Implementations§
source§impl ImportantFunctions for Float
impl ImportantFunctions for Float
§type ReturnType = <Float as ImportantFunctions>::InputType
type ReturnType = <Float 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 Float
impl RefUnwindSafe for Float
impl Send for Float
impl Sync for Float
impl Unpin for Float
impl UnwindSafe for Float
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