Struct arrow_format::ipc::FloatingPoint
source · pub struct FloatingPoint {
pub precision: Precision,
}
Fields§
§precision: Precision
Implementations§
source§impl FloatingPoint
impl FloatingPoint
Trait Implementations§
source§impl Clone for FloatingPoint
impl Clone for FloatingPoint
source§fn clone(&self) -> FloatingPoint
fn clone(&self) -> FloatingPoint
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FloatingPoint
impl Debug for FloatingPoint
source§impl<'de> Deserialize<'de> for FloatingPoint
impl<'de> Deserialize<'de> for FloatingPoint
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for FloatingPoint
impl PartialEq for FloatingPoint
source§fn eq(&self, other: &FloatingPoint) -> bool
fn eq(&self, other: &FloatingPoint) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for FloatingPoint
impl Serialize for FloatingPoint
source§impl<'a> TryFrom<FloatingPointRef<'a>> for FloatingPoint
impl<'a> TryFrom<FloatingPointRef<'a>> for FloatingPoint
impl StructuralPartialEq for FloatingPoint
impl VectorWrite<Offset<FloatingPoint>> for FloatingPoint
impl WriteAs<Offset<FloatingPoint>> for FloatingPoint
impl WriteAsOffset<FloatingPoint> for FloatingPoint
impl WriteAsOptional<Offset<FloatingPoint>> for FloatingPoint
Auto Trait Implementations§
impl Freeze for FloatingPoint
impl RefUnwindSafe for FloatingPoint
impl Send for FloatingPoint
impl Sync for FloatingPoint
impl Unpin for FloatingPoint
impl UnwindSafe for FloatingPoint
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