#[repr(C)]pub struct coap_proxy_server_list_t {
pub entry: *mut coap_proxy_server_t,
pub entry_count: usize,
pub next_entry: usize,
pub type_: coap_proxy_t,
pub track_client_session: c_int,
pub idle_timeout_secs: c_uint,
}Fields§
§entry: *mut coap_proxy_server_t§entry_count: usize§next_entry: usize§type_: coap_proxy_t§track_client_session: c_int§idle_timeout_secs: c_uintTrait Implementations§
Source§impl Clone for coap_proxy_server_list_t
impl Clone for coap_proxy_server_list_t
Source§fn clone(&self) -> coap_proxy_server_list_t
fn clone(&self) -> coap_proxy_server_list_t
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 coap_proxy_server_list_t
impl Debug for coap_proxy_server_list_t
impl Copy for coap_proxy_server_list_t
Auto Trait Implementations§
impl Freeze for coap_proxy_server_list_t
impl RefUnwindSafe for coap_proxy_server_list_t
impl !Send for coap_proxy_server_list_t
impl !Sync for coap_proxy_server_list_t
impl Unpin for coap_proxy_server_list_t
impl UnsafeUnpin for coap_proxy_server_list_t
impl UnwindSafe for coap_proxy_server_list_t
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