#[repr(C, packed(1))]pub struct sctp_error_auth_invalid_hmac {
pub cause: sctp_error_cause,
pub hmac_id: u16,
}Fields§
§cause: sctp_error_cause§hmac_id: u16Trait Implementations§
Source§impl Clone for sctp_error_auth_invalid_hmac
impl Clone for sctp_error_auth_invalid_hmac
Source§fn clone(&self) -> sctp_error_auth_invalid_hmac
fn clone(&self) -> sctp_error_auth_invalid_hmac
Returns a duplicate 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_error_auth_invalid_hmac
impl Debug for sctp_error_auth_invalid_hmac
impl Copy for sctp_error_auth_invalid_hmac
Auto Trait Implementations§
impl Freeze for sctp_error_auth_invalid_hmac
impl RefUnwindSafe for sctp_error_auth_invalid_hmac
impl Send for sctp_error_auth_invalid_hmac
impl Sync for sctp_error_auth_invalid_hmac
impl Unpin for sctp_error_auth_invalid_hmac
impl UnwindSafe for sctp_error_auth_invalid_hmac
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more