pub struct DBOpenDescriptor {
pub ret_code: i32,
pub db_handle: u32,
}
Fields§
§ret_code: i32
§db_handle: u32
Trait Implementations§
Source§impl Clone for DBOpenDescriptor
impl Clone for DBOpenDescriptor
Source§fn clone(&self) -> DBOpenDescriptor
fn clone(&self) -> DBOpenDescriptor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for DBOpenDescriptor
impl RefUnwindSafe for DBOpenDescriptor
impl Send for DBOpenDescriptor
impl Sync for DBOpenDescriptor
impl Unpin for DBOpenDescriptor
impl UnwindSafe for DBOpenDescriptor
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