#[repr(C)]pub struct sctp_recvv_rn {
pub recvv_rcvinfo: sctp_rcvinfo,
pub recvv_nxtinfo: sctp_nxtinfo,
}Fields§
§recvv_rcvinfo: sctp_rcvinfo§recvv_nxtinfo: sctp_nxtinfoTrait Implementations§
Source§impl Clone for sctp_recvv_rn
impl Clone for sctp_recvv_rn
Source§fn clone(&self) -> sctp_recvv_rn
fn clone(&self) -> sctp_recvv_rn
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_recvv_rn
impl Debug for sctp_recvv_rn
impl Copy for sctp_recvv_rn
Auto Trait Implementations§
impl Freeze for sctp_recvv_rn
impl RefUnwindSafe for sctp_recvv_rn
impl Send for sctp_recvv_rn
impl Sync for sctp_recvv_rn
impl Unpin for sctp_recvv_rn
impl UnwindSafe for sctp_recvv_rn
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