#[repr(C)]pub struct dpiMsgRecipient {
pub name: *const c_char,
pub nameLength: u32,
}Fields§
§name: *const c_char§nameLength: u32Trait Implementations§
Source§impl Clone for dpiMsgRecipient
impl Clone for dpiMsgRecipient
Source§fn clone(&self) -> dpiMsgRecipient
fn clone(&self) -> dpiMsgRecipient
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 dpiMsgRecipient
impl Debug for dpiMsgRecipient
Source§impl Default for dpiMsgRecipient
impl Default for dpiMsgRecipient
impl Copy for dpiMsgRecipient
Auto Trait Implementations§
impl Freeze for dpiMsgRecipient
impl RefUnwindSafe for dpiMsgRecipient
impl !Send for dpiMsgRecipient
impl !Sync for dpiMsgRecipient
impl Unpin for dpiMsgRecipient
impl UnwindSafe for dpiMsgRecipient
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