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