#[repr(C)]pub struct ngx_udp_connection_s {
pub node: ngx_rbtree_node_s,
pub connection: *mut ngx_connection_s,
pub buffer: *mut ngx_buf_s,
pub key: ngx_str_t,
}
Fields§
§node: ngx_rbtree_node_s
§connection: *mut ngx_connection_s
§buffer: *mut ngx_buf_s
§key: ngx_str_t
Trait Implementations§
Source§impl Clone for ngx_udp_connection_s
impl Clone for ngx_udp_connection_s
Source§fn clone(&self) -> ngx_udp_connection_s
fn clone(&self) -> ngx_udp_connection_s
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 moreSource§impl Debug for ngx_udp_connection_s
impl Debug for ngx_udp_connection_s
impl Copy for ngx_udp_connection_s
Auto Trait Implementations§
impl Freeze for ngx_udp_connection_s
impl RefUnwindSafe for ngx_udp_connection_s
impl !Send for ngx_udp_connection_s
impl !Sync for ngx_udp_connection_s
impl Unpin for ngx_udp_connection_s
impl UnwindSafe for ngx_udp_connection_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