pub struct DBPrepareDescriptor {
pub ret_code: i32,
pub stmt_handle: u32,
pub tail: u32,
}
Fields§
§ret_code: i32
§stmt_handle: u32
§tail: u32
Trait Implementations§
Source§impl Clone for DBPrepareDescriptor
impl Clone for DBPrepareDescriptor
Source§fn clone(&self) -> DBPrepareDescriptor
fn clone(&self) -> DBPrepareDescriptor
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 DBPrepareDescriptor
impl RefUnwindSafe for DBPrepareDescriptor
impl Send for DBPrepareDescriptor
impl Sync for DBPrepareDescriptor
impl Unpin for DBPrepareDescriptor
impl UnwindSafe for DBPrepareDescriptor
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