#[repr(C)]pub struct ip_auth_hdr {
pub nexthdr: u8,
pub hdrlen: u8,
pub reserved: u16,
pub spi: u32,
pub seq_no: u32,
pub auth_data: __IncompleteArrayField<u8>,
}Fields§
§nexthdr: u8§hdrlen: u8§reserved: u16§spi: u32§seq_no: u32§auth_data: __IncompleteArrayField<u8>Trait Implementations§
Source§impl Debug for ip_auth_hdr
impl Debug for ip_auth_hdr
Source§impl Default for ip_auth_hdr
impl Default for ip_auth_hdr
Source§fn default() -> ip_auth_hdr
fn default() -> ip_auth_hdr
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ip_auth_hdr
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§
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
§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more