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