Struct wolfssl_sys::DRBG_internal
source · #[repr(C)]pub struct DRBG_internal {
pub reseedCtr: word32,
pub lastBlock: word32,
pub V: [byte; 55],
pub C: [byte; 55],
pub heap: *mut c_void,
pub matchCount: byte,
}Fields§
§reseedCtr: word32§lastBlock: word32§V: [byte; 55]§C: [byte; 55]§heap: *mut c_void§matchCount: byteTrait Implementations§
source§impl Clone for DRBG_internal
impl Clone for DRBG_internal
source§fn clone(&self) -> DRBG_internal
fn clone(&self) -> DRBG_internal
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more