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