Struct libc::sctp_initmsg
source · #[repr(C)]pub struct sctp_initmsg {
pub sinit_num_ostreams: __u16,
pub sinit_max_instreams: __u16,
pub sinit_max_attempts: __u16,
pub sinit_max_init_timeo: __u16,
}
Fields§
§sinit_num_ostreams: __u16
§sinit_max_instreams: __u16
§sinit_max_attempts: __u16
§sinit_max_init_timeo: __u16
Trait Implementations§
source§impl Clone for sctp_initmsg
impl Clone for sctp_initmsg
source§fn clone(&self) -> sctp_initmsg
fn clone(&self) -> sctp_initmsg
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 sctp_initmsg
impl Debug for sctp_initmsg
source§impl Hash for sctp_initmsg
impl Hash for sctp_initmsg
source§impl PartialEq<sctp_initmsg> for sctp_initmsg
impl PartialEq<sctp_initmsg> for sctp_initmsg
source§fn eq(&self, other: &sctp_initmsg) -> bool
fn eq(&self, other: &sctp_initmsg) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.