#[repr(C)]pub struct sctp_assoc_change {
pub sac_type: u16,
pub sac_flags: u16,
pub sac_length: u32,
pub sac_state: u16,
pub sac_error: u16,
pub sac_outbound_streams: u16,
pub sac_inbound_streams: u16,
pub sac_assoc_id: sctp_assoc_t,
pub sac_info: [u8; 0],
}Fields§
§sac_type: u16§sac_flags: u16§sac_length: u32§sac_state: u16§sac_error: u16§sac_outbound_streams: u16§sac_inbound_streams: u16§sac_assoc_id: sctp_assoc_t§sac_info: [u8; 0]Trait Implementations§
Source§impl Clone for sctp_assoc_change
impl Clone for sctp_assoc_change
Source§fn clone(&self) -> sctp_assoc_change
fn clone(&self) -> sctp_assoc_change
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_assoc_change
impl Debug for sctp_assoc_change
impl Copy for sctp_assoc_change
Auto Trait Implementations§
impl Freeze for sctp_assoc_change
impl RefUnwindSafe for sctp_assoc_change
impl Send for sctp_assoc_change
impl Sync for sctp_assoc_change
impl Unpin for sctp_assoc_change
impl UnwindSafe for sctp_assoc_change
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