#[repr(C)]pub struct dpiObjectAttr { /* private fields */ }Trait Implementations§
Source§impl Clone for dpiObjectAttr
impl Clone for dpiObjectAttr
Source§fn clone(&self) -> dpiObjectAttr
fn clone(&self) -> dpiObjectAttr
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 dpiObjectAttr
impl Debug for dpiObjectAttr
impl Copy for dpiObjectAttr
Auto Trait Implementations§
impl Freeze for dpiObjectAttr
impl RefUnwindSafe for dpiObjectAttr
impl Send for dpiObjectAttr
impl Sync for dpiObjectAttr
impl Unpin for dpiObjectAttr
impl UnwindSafe for dpiObjectAttr
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