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