#[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
Expand description
WARNING: The PartialEq
, Eq
and Hash
implementations of this
type are unsound and will be removed in the future.
Fields§
§ivlen: u32
👎Deprecated since 0.2.80: this struct has unsafe trait implementations that will be removed in the future
§iv: [c_uchar; 0]
👎Deprecated since 0.2.80: this struct has unsafe trait implementations that will be removed in the future
Trait Implementations§
Auto Trait Implementations§
impl Freeze for af_alg_iv
impl RefUnwindSafe for af_alg_iv
impl Send for af_alg_iv
impl Sync for af_alg_iv
impl Unpin for af_alg_iv
impl UnwindSafe for af_alg_iv
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)