#[repr(C, packed(1))]pub struct sctphdr {
pub src_port: u16,
pub dest_port: u16,
pub v_tag: u32,
pub checksum: u32,
}Fields§
§src_port: u16§dest_port: u16§v_tag: u32§checksum: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for sctphdr
impl RefUnwindSafe for sctphdr
impl Send for sctphdr
impl Sync for sctphdr
impl Unpin for sctphdr
impl UnwindSafe for sctphdr
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