#[repr(C)]pub struct xfrm_replay_state_esn {
pub bmp_len: c_uint,
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: c_uint§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