Struct linux_raw_sys::general::ip_auth_hdr  
source · [−]#[repr(C)]pub struct ip_auth_hdr {
    pub nexthdr: __u8,
    pub hdrlen: __u8,
    pub reserved: __be16,
    pub spi: __be32,
    pub seq_no: __be32,
    pub auth_data: __IncompleteArrayField<__u8>,
}Fields
nexthdr: __u8hdrlen: __u8reserved: __be16spi: __be32seq_no: __be32auth_data: __IncompleteArrayField<__u8>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ip_auth_hdr
impl Send for ip_auth_hdr
impl Sync for ip_auth_hdr
impl Unpin for ip_auth_hdr
impl UnwindSafe for ip_auth_hdr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more