Struct sctp_proto::ErrorCauseCode
source · pub struct ErrorCauseCode(/* private fields */);
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 for ErrorCauseCode
impl PartialEq 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 ==
.impl Copy for ErrorCauseCode
impl Eq for ErrorCauseCode
impl StructuralPartialEq for ErrorCauseCode
Auto Trait Implementations§
impl Freeze for ErrorCauseCode
impl RefUnwindSafe for ErrorCauseCode
impl Send for ErrorCauseCode
impl Sync for ErrorCauseCode
impl Unpin for ErrorCauseCode
impl UnwindSafe for ErrorCauseCode
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