#[repr(C)]pub struct xfrm_replay_state_esn {
pub bmp_len: u32,
pub oseq: u32,
pub seq: u32,
pub oseq_hi: u32,
pub seq_hi: u32,
pub replay_window: u32,
pub bmp: __IncompleteArrayField<u32>,
}Fields§
§bmp_len: u32§oseq: u32§seq: u32§oseq_hi: u32§seq_hi: u32§replay_window: u32§bmp: __IncompleteArrayField<u32>Trait Implementations§
Source§impl Debug for xfrm_replay_state_esn
impl Debug for xfrm_replay_state_esn
Source§impl Default for xfrm_replay_state_esn
impl Default for xfrm_replay_state_esn
Source§fn default() -> xfrm_replay_state_esn
fn default() -> xfrm_replay_state_esn
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for xfrm_replay_state_esn
impl RefUnwindSafe for xfrm_replay_state_esn
impl Send for xfrm_replay_state_esn
impl Sync for xfrm_replay_state_esn
impl Unpin for xfrm_replay_state_esn
impl UnwindSafe for xfrm_replay_state_esn
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