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
sourceimpl Clone for ErrorCauseCode
impl Clone for ErrorCauseCode
sourcefn clone(&self) -> ErrorCauseCode
fn clone(&self) -> ErrorCauseCode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ErrorCauseCode
impl Debug for ErrorCauseCode
sourceimpl Default for ErrorCauseCode
impl Default for ErrorCauseCode
sourcefn default() -> ErrorCauseCode
fn default() -> ErrorCauseCode
Returns the “default value” for a type. Read more
sourceimpl Display for ErrorCauseCode
impl Display for ErrorCauseCode
sourceimpl From<u16> for ErrorCauseCode
impl From<u16> for ErrorCauseCode
sourceimpl PartialEq<ErrorCauseCode> for ErrorCauseCode
impl PartialEq<ErrorCauseCode> for ErrorCauseCode
sourcefn 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 ==
. Read more
impl Copy for ErrorCauseCode
impl Eq for ErrorCauseCode
impl StructuralEq for ErrorCauseCode
impl StructuralPartialEq for ErrorCauseCode
Auto Trait Implementations
impl RefUnwindSafe for ErrorCauseCode
impl Send for ErrorCauseCode
impl Sync for ErrorCauseCode
impl Unpin for ErrorCauseCode
impl UnwindSafe for ErrorCauseCode
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