struct UnionDecoderBranches {
decoders: Vec<Decoder>,
reader_type_codes: Vec<i8>,
type_ids: Vec<i8>,
offsets: Vec<i32>,
counts: Vec<i32>,
}Fields§
§decoders: Vec<Decoder>§reader_type_codes: Vec<i8>§type_ids: Vec<i8>§offsets: Vec<i32>§counts: Vec<i32>Implementations§
Trait Implementations§
Source§impl Debug for UnionDecoderBranches
impl Debug for UnionDecoderBranches
Source§impl Default for UnionDecoderBranches
impl Default for UnionDecoderBranches
Source§fn default() -> UnionDecoderBranches
fn default() -> UnionDecoderBranches
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UnionDecoderBranches
impl RefUnwindSafe for UnionDecoderBranches
impl Send for UnionDecoderBranches
impl Sync for UnionDecoderBranches
impl Unpin for UnionDecoderBranches
impl UnsafeUnpin for UnionDecoderBranches
impl UnwindSafe for UnionDecoderBranches
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