#[repr(C)]pub struct sctp_paddr_change {
pub spc_type: u16,
pub spc_flags: u16,
pub spc_length: u32,
pub spc_aaddr: sockaddr_storage,
pub spc_state: u32,
pub spc_error: u32,
pub spc_assoc_id: sctp_assoc_t,
}Fields§
§spc_type: u16§spc_flags: u16§spc_length: u32§spc_aaddr: sockaddr_storage§spc_state: u32§spc_error: u32§spc_assoc_id: sctp_assoc_tTrait Implementations§
Source§impl Clone for sctp_paddr_change
impl Clone for sctp_paddr_change
Source§fn clone(&self) -> sctp_paddr_change
fn clone(&self) -> sctp_paddr_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_paddr_change
impl Debug for sctp_paddr_change
impl Copy for sctp_paddr_change
Auto Trait Implementations§
impl Freeze for sctp_paddr_change
impl RefUnwindSafe for sctp_paddr_change
impl Send for sctp_paddr_change
impl Sync for sctp_paddr_change
impl Unpin for sctp_paddr_change
impl UnwindSafe for sctp_paddr_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