#[repr(C)]pub struct sctp_stream_change_event {
pub strchange_type: u16,
pub strchange_flags: u16,
pub strchange_length: u32,
pub strchange_assoc_id: sctp_assoc_t,
pub strchange_instrms: u16,
pub strchange_outstrms: u16,
}Fields§
§strchange_type: u16§strchange_flags: u16§strchange_length: u32§strchange_assoc_id: sctp_assoc_t§strchange_instrms: u16§strchange_outstrms: u16Trait Implementations§
Source§impl Clone for sctp_stream_change_event
impl Clone for sctp_stream_change_event
Source§fn clone(&self) -> sctp_stream_change_event
fn clone(&self) -> sctp_stream_change_event
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_stream_change_event
impl Debug for sctp_stream_change_event
impl Copy for sctp_stream_change_event
Auto Trait Implementations§
impl Freeze for sctp_stream_change_event
impl RefUnwindSafe for sctp_stream_change_event
impl Send for sctp_stream_change_event
impl Sync for sctp_stream_change_event
impl Unpin for sctp_stream_change_event
impl UnwindSafe for sctp_stream_change_event
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