#[repr(C)]pub struct sctp_remote_error {
pub sre_type: u16,
pub sre_flags: u16,
pub sre_length: u32,
pub sre_error: u16,
pub sre_assoc_id: sctp_assoc_t,
pub sre_data: [u8; 0],
}Fields§
§sre_type: u16§sre_flags: u16§sre_length: u32§sre_error: u16§sre_assoc_id: sctp_assoc_t§sre_data: [u8; 0]Trait Implementations§
Source§impl Clone for sctp_remote_error
impl Clone for sctp_remote_error
Source§fn clone(&self) -> sctp_remote_error
fn clone(&self) -> sctp_remote_error
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_remote_error
impl Debug for sctp_remote_error
impl Copy for sctp_remote_error
Auto Trait Implementations§
impl Freeze for sctp_remote_error
impl RefUnwindSafe for sctp_remote_error
impl Send for sctp_remote_error
impl Sync for sctp_remote_error
impl Unpin for sctp_remote_error
impl UnwindSafe for sctp_remote_error
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