#[repr(C)]pub struct xfrm_sec_ctx {
pub ctx_doi: __u8,
pub ctx_alg: __u8,
pub ctx_len: __u16,
pub ctx_sid: __u32,
pub ctx_str: __IncompleteArrayField<c_char>,
}Fields§
§ctx_doi: __u8§ctx_alg: __u8§ctx_len: __u16§ctx_sid: __u32§ctx_str: __IncompleteArrayField<c_char>Trait Implementations§
Source§impl Debug for xfrm_sec_ctx
impl Debug for xfrm_sec_ctx
Source§impl Default for xfrm_sec_ctx
impl Default for xfrm_sec_ctx
Source§fn default() -> xfrm_sec_ctx
fn default() -> xfrm_sec_ctx
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for xfrm_sec_ctx
impl RefUnwindSafe for xfrm_sec_ctx
impl Send for xfrm_sec_ctx
impl Sync for xfrm_sec_ctx
impl Unpin for xfrm_sec_ctx
impl UnwindSafe for xfrm_sec_ctx
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