#[repr(C)]pub struct dpiBytes {
pub ptr: *mut c_char,
pub length: u32,
pub encoding: *const c_char,
}Fields§
§ptr: *mut c_char§length: u32§encoding: *const c_charTrait Implementations§
impl Copy for dpiBytes
Auto Trait Implementations§
impl Freeze for dpiBytes
impl RefUnwindSafe for dpiBytes
impl !Send for dpiBytes
impl !Sync for dpiBytes
impl Unpin for dpiBytes
impl UnwindSafe for dpiBytes
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