#[repr(C)]pub struct dpiSodaOperOptions {Show 15 fields
pub numKeys: u32,
pub keys: *mut *const c_char,
pub keyLengths: *mut u32,
pub key: *const c_char,
pub keyLength: u32,
pub version: *const c_char,
pub versionLength: u32,
pub filter: *const c_char,
pub filterLength: u32,
pub skip: u32,
pub limit: u32,
pub fetchArraySize: u32,
pub hint: *const c_char,
pub hintLength: u32,
pub lock: c_int,
}Fields§
§numKeys: u32§keys: *mut *const c_char§keyLengths: *mut u32§key: *const c_char§keyLength: u32§version: *const c_char§versionLength: u32§filter: *const c_char§filterLength: u32§skip: u32§limit: u32§fetchArraySize: u32§hint: *const c_char§hintLength: u32§lock: c_intTrait Implementations§
Source§impl Clone for dpiSodaOperOptions
impl Clone for dpiSodaOperOptions
Source§fn clone(&self) -> dpiSodaOperOptions
fn clone(&self) -> dpiSodaOperOptions
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 dpiSodaOperOptions
impl Debug for dpiSodaOperOptions
Source§impl Default for dpiSodaOperOptions
impl Default for dpiSodaOperOptions
impl Copy for dpiSodaOperOptions
Auto Trait Implementations§
impl Freeze for dpiSodaOperOptions
impl RefUnwindSafe for dpiSodaOperOptions
impl !Send for dpiSodaOperOptions
impl !Sync for dpiSodaOperOptions
impl Unpin for dpiSodaOperOptions
impl UnwindSafe for dpiSodaOperOptions
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