#[repr(C)]pub struct dpiStmtInfo {
pub isQuery: c_int,
pub isPLSQL: c_int,
pub isDDL: c_int,
pub isDML: c_int,
pub statementType: dpiStatementType,
pub isReturning: c_int,
}Fields§
§isQuery: c_int§isPLSQL: c_int§isDDL: c_int§isDML: c_int§statementType: dpiStatementType§isReturning: c_intTrait Implementations§
Source§impl Clone for dpiStmtInfo
impl Clone for dpiStmtInfo
Source§fn clone(&self) -> dpiStmtInfo
fn clone(&self) -> dpiStmtInfo
Returns a copy 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 moreSource§impl Debug for dpiStmtInfo
impl Debug for dpiStmtInfo
Source§impl Default for dpiStmtInfo
impl Default for dpiStmtInfo
Source§fn default() -> dpiStmtInfo
fn default() -> dpiStmtInfo
Returns the “default value” for a type. Read more
impl Copy for dpiStmtInfo
Auto Trait Implementations§
impl Freeze for dpiStmtInfo
impl RefUnwindSafe for dpiStmtInfo
impl Send for dpiStmtInfo
impl Sync for dpiStmtInfo
impl Unpin for dpiStmtInfo
impl UnwindSafe for dpiStmtInfo
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