pub struct TbpFlags(pub u16);Expand description
TBP flags
Tuple Fields§
§0: u16Implementations§
Source§impl TbpFlags
impl TbpFlags
Sourcepub const HAS_ROW_INDEX: u16
pub const HAS_ROW_INDEX: u16
Row index is present (for variable-length data)
Sourcepub const COMPRESSED: u16
pub const COMPRESSED: u16
Data is compressed
Sourcepub const EMBEDDED_SCHEMA: u16
pub const EMBEDDED_SCHEMA: u16
Schema is embedded in the file
pub fn has_nulls(&self) -> bool
pub fn has_row_index(&self) -> bool
pub fn is_compressed(&self) -> bool
pub fn has_embedded_schema(&self) -> bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TbpFlags
impl RefUnwindSafe for TbpFlags
impl Send for TbpFlags
impl Sync for TbpFlags
impl Unpin for TbpFlags
impl UnsafeUnpin for TbpFlags
impl UnwindSafe for TbpFlags
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