#[repr(C)]pub struct dpiErrorInfo {
pub code: i32,
pub offset16: u16,
pub message: *const c_char,
pub messageLength: u32,
pub encoding: *const c_char,
pub fnName: *const c_char,
pub action: *const c_char,
pub sqlState: *const c_char,
pub isRecoverable: c_int,
pub isWarning: c_int,
pub offset: u32,
}Fields§
§code: i32§offset16: u16§message: *const c_char§messageLength: u32§encoding: *const c_char§fnName: *const c_char§action: *const c_char§sqlState: *const c_char§isRecoverable: c_int§isWarning: c_int§offset: u32Trait Implementations§
Source§impl Clone for dpiErrorInfo
impl Clone for dpiErrorInfo
Source§fn clone(&self) -> dpiErrorInfo
fn clone(&self) -> dpiErrorInfo
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 dpiErrorInfo
impl Debug for dpiErrorInfo
Source§impl Default for dpiErrorInfo
impl Default for dpiErrorInfo
impl Copy for dpiErrorInfo
Auto Trait Implementations§
impl Freeze for dpiErrorInfo
impl RefUnwindSafe for dpiErrorInfo
impl !Send for dpiErrorInfo
impl !Sync for dpiErrorInfo
impl Unpin for dpiErrorInfo
impl UnwindSafe for dpiErrorInfo
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