pub struct sctp_error_invalid_stream {
pub cause: sctp_error_cause,
pub stream_id: u16,
/* private fields */
}Fields§
§cause: sctp_error_cause§stream_id: u16Trait Implementations§
Source§impl Clone for sctp_error_invalid_stream
impl Clone for sctp_error_invalid_stream
Source§fn clone(&self) -> sctp_error_invalid_stream
fn clone(&self) -> sctp_error_invalid_stream
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_invalid_stream
impl Debug for sctp_error_invalid_stream
impl Copy for sctp_error_invalid_stream
Auto Trait Implementations§
impl Freeze for sctp_error_invalid_stream
impl RefUnwindSafe for sctp_error_invalid_stream
impl Send for sctp_error_invalid_stream
impl Sync for sctp_error_invalid_stream
impl Unpin for sctp_error_invalid_stream
impl UnwindSafe for sctp_error_invalid_stream
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