pub struct zvec_collection_options_t { /* private fields */ }Expand description
Opaque pointer to collection opening options. Controls behavior like MMAP, buffer size, and read-only mode.
Auto Trait Implementations§
impl Freeze for zvec_collection_options_t
impl RefUnwindSafe for zvec_collection_options_t
impl Send for zvec_collection_options_t
impl Sync for zvec_collection_options_t
impl Unpin for zvec_collection_options_t
impl UnsafeUnpin for zvec_collection_options_t
impl UnwindSafe for zvec_collection_options_t
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