Struct openssl_sys::sctp_authinfo
source · [−]pub struct sctp_authinfo {
pub auth_keynumber: u16,
}
Fields
auth_keynumber: u16
Trait Implementations
sourceimpl Clone for sctp_authinfo
impl Clone for sctp_authinfo
sourcefn clone(&self) -> sctp_authinfo
fn clone(&self) -> sctp_authinfo
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for sctp_authinfo
impl Debug for sctp_authinfo
sourceimpl Hash for sctp_authinfo
impl Hash for sctp_authinfo
sourceimpl PartialEq<sctp_authinfo> for sctp_authinfo
impl PartialEq<sctp_authinfo> for sctp_authinfo
sourcefn eq(&self, other: &sctp_authinfo) -> bool
fn eq(&self, other: &sctp_authinfo) -> bool
impl Copy for sctp_authinfo
impl Eq for sctp_authinfo
impl StructuralEq for sctp_authinfo
impl StructuralPartialEq for sctp_authinfo
Auto Trait Implementations
impl RefUnwindSafe for sctp_authinfo
impl Send for sctp_authinfo
impl Sync for sctp_authinfo
impl Unpin for sctp_authinfo
impl UnwindSafe for sctp_authinfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more