Struct libc::sctp_authinfo 
source · #[repr(C)]pub struct sctp_authinfo {
    pub auth_keynumber: __u16,
}Fields§
§auth_keynumber: __u16Trait Implementations§
source§impl Clone for sctp_authinfo
 
impl Clone for sctp_authinfo
source§fn clone(&self) -> sctp_authinfo
 
fn clone(&self) -> sctp_authinfo
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