#[repr(C)]pub struct dpiAppContext {
pub namespaceName: *const c_char,
pub namespaceNameLength: u32,
pub name: *const c_char,
pub nameLength: u32,
pub value: *const c_char,
pub valueLength: u32,
}Fields§
§namespaceName: *const c_char§namespaceNameLength: u32§name: *const c_char§nameLength: u32§value: *const c_char§valueLength: u32Trait Implementations§
Source§impl Clone for dpiAppContext
impl Clone for dpiAppContext
Source§fn clone(&self) -> dpiAppContext
fn clone(&self) -> dpiAppContext
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 dpiAppContext
impl Debug for dpiAppContext
Source§impl Default for dpiAppContext
impl Default for dpiAppContext
impl Copy for dpiAppContext
Auto Trait Implementations§
impl Freeze for dpiAppContext
impl RefUnwindSafe for dpiAppContext
impl !Send for dpiAppContext
impl !Sync for dpiAppContext
impl Unpin for dpiAppContext
impl UnwindSafe for dpiAppContext
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