#[repr(C)]
pub union dpiStringList__bindgen_ty_3 {
pub stringLengths: *mut u32,
pub nameLengths: *mut u32,
}Fields§
§stringLengths: *mut u32§nameLengths: *mut u32Trait Implementations§
Source§impl Clone for dpiStringList__bindgen_ty_3
impl Clone for dpiStringList__bindgen_ty_3
Source§fn clone(&self) -> dpiStringList__bindgen_ty_3
fn clone(&self) -> dpiStringList__bindgen_ty_3
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 moreimpl Copy for dpiStringList__bindgen_ty_3
Auto Trait Implementations§
impl Freeze for dpiStringList__bindgen_ty_3
impl RefUnwindSafe for dpiStringList__bindgen_ty_3
impl !Send for dpiStringList__bindgen_ty_3
impl !Sync for dpiStringList__bindgen_ty_3
impl Unpin for dpiStringList__bindgen_ty_3
impl UnwindSafe for dpiStringList__bindgen_ty_3
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