Struct ejdb2_sys_windows::_EJDB
source · [−]#[repr(C)]pub struct _EJDB { /* private fields */ }Expand description
@brief Database handler.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for _EJDB
impl Send for _EJDB
impl Sync for _EJDB
impl Unpin for _EJDB
impl UnwindSafe for _EJDB
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more