#[repr(C)]pub struct leveldb_options_t { /* private fields */ }
Expand description
Opaque handle representing options used when opening a database. May be discarded after use,
using leveldb_free
.
Auto Trait Implementations§
impl Freeze for leveldb_options_t
impl RefUnwindSafe for leveldb_options_t
impl !Send for leveldb_options_t
impl !Sync for leveldb_options_t
impl !Unpin for leveldb_options_t
impl UnwindSafe for leveldb_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