#[repr(C)]pub struct dpiRowid { /* private fields */ }Expand description
Rowid handles are used to represent the unique identifier of a row in the
database. They cannot be created or set directly but are created implicitly
when a variable of type DPI_ORACLE_TYPE_ROWID is created. They are destroyed
when the last reference is released by a call to the function
dpiRowid_release().
Trait Implementations§
Auto Trait Implementations§
impl Freeze for dpiRowid
impl RefUnwindSafe for dpiRowid
impl Send for dpiRowid
impl Sync for dpiRowid
impl Unpin for dpiRowid
impl UnwindSafe for dpiRowid
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