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 more