#[repr(C, packed(1))]pub struct sctp_error_unrecognized_chunk {
pub cause: sctp_error_cause,
pub ch: sctp_chunkhdr,
}Fields§
§cause: sctp_error_cause§ch: sctp_chunkhdrTrait Implementations§
Source§impl Clone for sctp_error_unrecognized_chunk
impl Clone for sctp_error_unrecognized_chunk
Source§fn clone(&self) -> sctp_error_unrecognized_chunk
fn clone(&self) -> sctp_error_unrecognized_chunk
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 moreimpl Copy for sctp_error_unrecognized_chunk
Auto Trait Implementations§
impl Freeze for sctp_error_unrecognized_chunk
impl RefUnwindSafe for sctp_error_unrecognized_chunk
impl Send for sctp_error_unrecognized_chunk
impl Sync for sctp_error_unrecognized_chunk
impl Unpin for sctp_error_unrecognized_chunk
impl UnwindSafe for sctp_error_unrecognized_chunk
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