Struct arrow_format::ipc::FloatingPointRef
source · pub struct FloatingPointRef<'a>(_);
Available on crate feature
ipc
only.Implementations§
Trait Implementations§
source§impl<'a> Clone for FloatingPointRef<'a>
impl<'a> Clone for FloatingPointRef<'a>
source§fn clone(&self) -> FloatingPointRef<'a>
fn clone(&self) -> FloatingPointRef<'a>
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 more