#[repr(C)]pub struct af_alg_iv {
pub ivlen: u32,
pub iv: [c_uchar; 0],
}
Fields§
§ivlen: u32
§iv: [c_uchar; 0]
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