Struct libc::af_alg_iv

source ยท
#[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ยง

sourceยง

impl Clone for af_alg_iv

sourceยง

fn clone(&self) -> af_alg_iv

Returns a copy of the value. Read more
1.0.0ยง

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
sourceยง

impl Debug for af_alg_iv

sourceยง

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
sourceยง

impl Hash for af_alg_iv

sourceยง

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given [Hasher]. Read more
1.3.0ยง

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given [Hasher]. Read more
sourceยง

impl PartialEq for af_alg_iv

sourceยง

fn eq(&self, other: &af_alg_iv) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0ยง

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
sourceยง

impl Copy for af_alg_iv

sourceยง

impl Eq for af_alg_iv

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ยง

ยง

impl<T> Any for T
where T: 'static + ?Sized,

ยง

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
ยง

impl<T> Borrow<T> for T
where T: ?Sized,

ยง

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
ยง

impl<T> BorrowMut<T> for T
where T: ?Sized,

ยง

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
ยง

impl<T> From<T> for T

ยง

fn from(t: T) -> T

Returns the argument unchanged.

ยง

impl<T, U> Into<U> for T
where U: From<T>,

ยง

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

ยง

impl<T, U> TryFrom<U> for T
where U: Into<T>,

ยง

type Error = Infallible

The type returned in the event of a conversion error.
ยง

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
ยง

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

ยง

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
ยง

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.