[][src]Struct libperl_sys::crypt_data

#[repr(C)]
pub struct crypt_data {
    pub keysched: [c_char; 128],
    pub sb0: [c_char; 32768],
    pub sb1: [c_char; 32768],
    pub sb2: [c_char; 32768],
    pub sb3: [c_char; 32768],
    pub crypt_3_buf: [c_char; 14],
    pub current_salt: [c_char; 2],
    pub current_saltbits: c_long,
    pub direction: c_int,
    pub initialized: c_int,
}

Fields

keysched: [c_char; 128]sb0: [c_char; 32768]sb1: [c_char; 32768]sb2: [c_char; 32768]sb3: [c_char; 32768]crypt_3_buf: [c_char; 14]current_salt: [c_char; 2]current_saltbits: c_longdirection: c_intinitialized: c_int

Trait Implementations

impl Clone for crypt_data[src]

impl Copy for crypt_data[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]