Struct rustc_metadata::rmeta::table::TableBuilder [−][src]
pub(super) struct TableBuilder<I: Idx, T> where
Option<T>: FixedSizeEncoding, {
bytes: Vec<u8>,
_marker: PhantomData<(fn(_: &I), T)>,
}
Expand description
Helper for constructing a table’s serialization (also see Table
).
Fields
bytes: Vec<u8>
_marker: PhantomData<(fn(_: &I), T)>
Implementations
Trait Implementations
Auto Trait Implementations
impl<I, T> RefUnwindSafe for TableBuilder<I, T> where
T: RefUnwindSafe,
impl<I, T> Send for TableBuilder<I, T> where
T: Send,
impl<I, T> Sync for TableBuilder<I, T> where
T: Sync,
impl<I, T> Unpin for TableBuilder<I, T> where
T: Unpin,
impl<I, T> UnwindSafe for TableBuilder<I, T> where
T: UnwindSafe,
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes