Struct arrow_format::ipc::FixedSizeBinary
source · pub struct FixedSizeBinary {
pub byte_width: i32,
}
Available on crate feature
ipc
only.Fields§
§byte_width: i32
Implementations§
Trait Implementations§
source§impl Clone for FixedSizeBinary
impl Clone for FixedSizeBinary
source§fn clone(&self) -> FixedSizeBinary
fn clone(&self) -> FixedSizeBinary
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 FixedSizeBinary
impl Debug for FixedSizeBinary
source§impl<'de> Deserialize<'de> for FixedSizeBinary
impl<'de> Deserialize<'de> for FixedSizeBinary
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<FixedSizeBinary> for FixedSizeBinary
impl PartialEq<FixedSizeBinary> for FixedSizeBinary
source§fn eq(&self, other: &FixedSizeBinary) -> bool
fn eq(&self, other: &FixedSizeBinary) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.