#[repr(C, packed(1))]pub struct sctp_paramhdr {
pub param_type: u16,
pub param_length: u16,
}Fields§
§param_type: u16§param_length: u16Trait Implementations§
Source§impl Clone for sctp_paramhdr
impl Clone for sctp_paramhdr
Source§fn clone(&self) -> sctp_paramhdr
fn clone(&self) -> sctp_paramhdr
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_paramhdr
impl Debug for sctp_paramhdr
impl Copy for sctp_paramhdr
Auto Trait Implementations§
impl Freeze for sctp_paramhdr
impl RefUnwindSafe for sctp_paramhdr
impl Send for sctp_paramhdr
impl Sync for sctp_paramhdr
impl Unpin for sctp_paramhdr
impl UnwindSafe for sctp_paramhdr
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