#[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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes