#[repr(C)]pub struct xfrm_algo_aead {
pub alg_name: [c_char; 64],
pub alg_key_len: c_uint,
pub alg_icv_len: c_uint,
pub alg_key: __IncompleteArrayField<c_char>,
}Fields§
§alg_name: [c_char; 64]§alg_key_len: c_uint§alg_icv_len: c_uint§alg_key: __IncompleteArrayField<c_char>Trait Implementations§
Source§impl Debug for xfrm_algo_aead
impl Debug for xfrm_algo_aead
Auto Trait Implementations§
impl Freeze for xfrm_algo_aead
impl RefUnwindSafe for xfrm_algo_aead
impl Send for xfrm_algo_aead
impl Sync for xfrm_algo_aead
impl Unpin for xfrm_algo_aead
impl UnwindSafe for xfrm_algo_aead
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