Struct libc::af_alg_iv
#[repr(C)]
pub struct af_alg_iv {
pub ivlen: u32,
pub iv: [::c_uchar; 0],
}Deprecated since 0.2.80: this struct has unsafe trait implementations that will be removed in the future
Documentation
WARNING: The PartialEq, Eq and Hash implementations of this
type are unsound and will be removed in the future.
Fields
pub ivlen: u32Deprecated since 0.2.80: this struct has unsafe trait implementations that will be removed in the future
pub iv: [::c_uchar; 0]Deprecated since 0.2.80: this struct has unsafe trait implementations that will be removed in the future
Trait Implementations
impl Debug for af_alg_iv
fn fmt(&Self, f: &mut ::fmt::Formatter<'_>) -> ::fmt::Resultimpl Hash for af_alg_iv
fn hash<H: ::hash::Hasher>(&Self, state: &mut H)Auto Trait Implementations
impl RefUnwindSafe for af_alg_ivimpl UnwindSafe for af_alg_ivBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T