#[repr(C)]pub struct dpiStringList {
pub __bindgen_anon_1: dpiStringList__bindgen_ty_1,
pub __bindgen_anon_2: dpiStringList__bindgen_ty_2,
pub __bindgen_anon_3: dpiStringList__bindgen_ty_3,
}Expand description
This structure is used for receiving a list of strings from such functions as
dpiSodaDb_getCollectionNames() and dpiSodaColl_listIndexes().
The memory referenced by this structure should be freed by the function
dpiContext_freeStringList() and should not be manipulated directly.
Fields§
§__bindgen_anon_1: dpiStringList__bindgen_ty_1§__bindgen_anon_2: dpiStringList__bindgen_ty_2§__bindgen_anon_3: dpiStringList__bindgen_ty_3Trait Implementations§
Source§impl Clone for dpiStringList
impl Clone for dpiStringList
Source§fn clone(&self) -> dpiStringList
fn clone(&self) -> dpiStringList
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 moreSource§impl Default for dpiStringList
impl Default for dpiStringList
impl Copy for dpiStringList
Auto Trait Implementations§
impl Freeze for dpiStringList
impl RefUnwindSafe for dpiStringList
impl !Send for dpiStringList
impl !Sync for dpiStringList
impl Unpin for dpiStringList
impl UnwindSafe for dpiStringList
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