#[repr(C)]pub struct dpiObjectTypeInfo {
pub schema: *const c_char,
pub schemaLength: u32,
pub name: *const c_char,
pub nameLength: u32,
pub isCollection: c_int,
pub elementTypeInfo: dpiDataTypeInfo,
pub numAttributes: u16,
pub packageName: *const c_char,
pub packageNameLength: u32,
}Fields§
§schema: *const c_char§schemaLength: u32§name: *const c_char§nameLength: u32§isCollection: c_int§elementTypeInfo: dpiDataTypeInfo§numAttributes: u16§packageName: *const c_char§packageNameLength: u32Trait Implementations§
Source§impl Clone for dpiObjectTypeInfo
impl Clone for dpiObjectTypeInfo
Source§fn clone(&self) -> dpiObjectTypeInfo
fn clone(&self) -> dpiObjectTypeInfo
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 dpiObjectTypeInfo
impl Debug for dpiObjectTypeInfo
Source§impl Default for dpiObjectTypeInfo
impl Default for dpiObjectTypeInfo
impl Copy for dpiObjectTypeInfo
Auto Trait Implementations§
impl Freeze for dpiObjectTypeInfo
impl RefUnwindSafe for dpiObjectTypeInfo
impl !Send for dpiObjectTypeInfo
impl !Sync for dpiObjectTypeInfo
impl Unpin for dpiObjectTypeInfo
impl UnwindSafe for dpiObjectTypeInfo
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