#[repr(C)]pub struct dpiLob { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for dpiLob
impl RefUnwindSafe for dpiLob
impl Send for dpiLob
impl Sync for dpiLob
impl Unpin for dpiLob
impl UnwindSafe for dpiLob
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