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