Struct arrow_ipc::gen::Schema::FixedSizeBinary
source · pub struct FixedSizeBinary<'a> {
pub _tab: Table<'a>,
}
Fields§
§_tab: Table<'a>
Implementations§
source§impl<'a> FixedSizeBinary<'a>
impl<'a> FixedSizeBinary<'a>
pub const VT_BYTEWIDTH: VOffsetT = 4u16
pub unsafe fn init_from_table(table: Table<'a>) -> Self
pub fn create<'bldr: 'args, 'args: 'mut_bldr, 'mut_bldr>(
_fbb: &'mut_bldr mut FlatBufferBuilder<'bldr>,
args: &'args FixedSizeBinaryArgs
) -> WIPOffset<FixedSizeBinary<'bldr>>
Trait Implementations§
source§impl<'a> Clone for FixedSizeBinary<'a>
impl<'a> Clone for FixedSizeBinary<'a>
source§fn clone(&self) -> FixedSizeBinary<'a>
fn clone(&self) -> FixedSizeBinary<'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 moresource§impl Debug for FixedSizeBinary<'_>
impl Debug for FixedSizeBinary<'_>
source§impl<'a> Follow<'a> for FixedSizeBinary<'a>
impl<'a> Follow<'a> for FixedSizeBinary<'a>
source§impl<'a> PartialEq<FixedSizeBinary<'a>> for FixedSizeBinary<'a>
impl<'a> PartialEq<FixedSizeBinary<'a>> for FixedSizeBinary<'a>
source§fn eq(&self, other: &FixedSizeBinary<'a>) -> bool
fn eq(&self, other: &FixedSizeBinary<'a>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Verifiable for FixedSizeBinary<'_>
impl Verifiable for FixedSizeBinary<'_>
source§fn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize
) -> Result<(), InvalidFlatbuffer>
fn run_verifier(
v: &mut Verifier<'_, '_>,
pos: usize
) -> Result<(), InvalidFlatbuffer>
Runs the verifier for this type, assuming its at position
pos
in the verifier’s buffer.
Should not need to be called directly.