#[repr(C)]pub struct solClient_sendMultiple {
pub flags: solClient_sendFlags_t,
pub topic: solClient_bufInfo_t,
pub binaryAttachment: solClient_bufInfo_t,
}Fields§
§flags: solClient_sendFlags_t§topic: solClient_bufInfo_t§binaryAttachment: solClient_bufInfo_tTrait Implementations§
Source§impl Clone for solClient_sendMultiple
impl Clone for solClient_sendMultiple
Source§fn clone(&self) -> solClient_sendMultiple
fn clone(&self) -> solClient_sendMultiple
Returns a duplicate 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 solClient_sendMultiple
impl Debug for solClient_sendMultiple
impl Copy for solClient_sendMultiple
Auto Trait Implementations§
impl Freeze for solClient_sendMultiple
impl RefUnwindSafe for solClient_sendMultiple
impl !Send for solClient_sendMultiple
impl !Sync for solClient_sendMultiple
impl Unpin for solClient_sendMultiple
impl UnwindSafe for solClient_sendMultiple
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