Struct sctp_proto::ErrorCauseCode
source · pub struct ErrorCauseCode(_);
Expand description
ErrorCauseCode is a cause code that appears in either a ERROR or ABORT chunk
Trait Implementations§
source§impl Clone for ErrorCauseCode
impl Clone for ErrorCauseCode
source§fn clone(&self) -> ErrorCauseCode
fn clone(&self) -> ErrorCauseCode
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 ErrorCauseCode
impl Debug for ErrorCauseCode
source§impl Default for ErrorCauseCode
impl Default for ErrorCauseCode
source§fn default() -> ErrorCauseCode
fn default() -> ErrorCauseCode
Returns the “default value” for a type. Read more
source§impl Display for ErrorCauseCode
impl Display for ErrorCauseCode
source§impl From<u16> for ErrorCauseCode
impl From<u16> for ErrorCauseCode
source§impl PartialEq<ErrorCauseCode> for ErrorCauseCode
impl PartialEq<ErrorCauseCode> for ErrorCauseCode
source§fn eq(&self, other: &ErrorCauseCode) -> bool
fn eq(&self, other: &ErrorCauseCode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.