pub struct BtOptions {
pub layout: BtLayout,
pub m: u64,
}Expand description
Options for building a .bt index.
Fields§
§layout: BtLayoutWhich layout to write.
m: u64B-tree fanout M (footer layout only).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BtOptions
impl RefUnwindSafe for BtOptions
impl Send for BtOptions
impl Sync for BtOptions
impl Unpin for BtOptions
impl UnsafeUnpin for BtOptions
impl UnwindSafe for BtOptions
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