#[repr(C)]
pub union utp_callback_args1 {
pub address: *const sockaddr,
pub send: c_int,
pub sample_ms: c_int,
pub error_code: c_int,
pub state: c_int,
/* private fields */
}Fields§
§address: *const sockaddr§send: c_int§sample_ms: c_int§error_code: c_int§state: c_intTrait Implementations§
Source§impl Clone for utp_callback_args1
impl Clone for utp_callback_args1
Source§fn clone(&self) -> utp_callback_args1
fn clone(&self) -> utp_callback_args1
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 moreimpl Copy for utp_callback_args1
Auto Trait Implementations§
impl Freeze for utp_callback_args1
impl RefUnwindSafe for utp_callback_args1
impl !Send for utp_callback_args1
impl !Sync for utp_callback_args1
impl Unpin for utp_callback_args1
impl UnwindSafe for utp_callback_args1
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