#[repr(C)]
pub union utp_callback_args2 {
pub address_len: socklen_t,
pub type_: c_int,
/* private fields */
}Fields§
§address_len: socklen_t§type_: c_intTrait Implementations§
Source§impl Clone for utp_callback_args2
impl Clone for utp_callback_args2
Source§fn clone(&self) -> utp_callback_args2
fn clone(&self) -> utp_callback_args2
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_args2
Auto Trait Implementations§
impl Freeze for utp_callback_args2
impl RefUnwindSafe for utp_callback_args2
impl Send for utp_callback_args2
impl Sync for utp_callback_args2
impl Unpin for utp_callback_args2
impl UnwindSafe for utp_callback_args2
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