#[repr(C)]pub struct uv_udp_send_s {
pub data: *mut c_void,
pub type_: uv_req_type,
pub reserved: [*mut c_void; 6],
pub handle: *mut uv_udp_t,
pub cb: uv_udp_send_cb,
pub queue: uv__queue,
pub addr: sockaddr_storage,
pub nbufs: c_uint,
pub bufs: *mut uv_buf_t,
pub status: isize,
pub send_cb: uv_udp_send_cb,
pub bufsml: [uv_buf_t; 4],
}
Fields§
§data: *mut c_void
§type_: uv_req_type
§reserved: [*mut c_void; 6]
§handle: *mut uv_udp_t
§cb: uv_udp_send_cb
§queue: uv__queue
§addr: sockaddr_storage
§nbufs: c_uint
§bufs: *mut uv_buf_t
§status: isize
§send_cb: uv_udp_send_cb
§bufsml: [uv_buf_t; 4]
Trait Implementations§
source§impl Clone for uv_udp_send_s
impl Clone for uv_udp_send_s
source§fn clone(&self) -> uv_udp_send_s
fn clone(&self) -> uv_udp_send_s
Returns a copy of the value. Read more
1.6.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 uv_udp_send_s
impl Debug for uv_udp_send_s
impl Copy for uv_udp_send_s
Auto Trait Implementations§
impl Freeze for uv_udp_send_s
impl RefUnwindSafe for uv_udp_send_s
impl !Send for uv_udp_send_s
impl !Sync for uv_udp_send_s
impl Unpin for uv_udp_send_s
impl UnwindSafe for uv_udp_send_s
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)