#[repr(C)]pub struct DRBG_internal {
pub reseedCtr: word32,
pub V: [byte; 55],
pub C: [byte; 55],
pub heap: *mut c_void,
}Fields§
§reseedCtr: word32§V: [byte; 55]§C: [byte; 55]§heap: *mut c_voidTrait 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 duplicate 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 moreSource§impl Debug for DRBG_internal
impl Debug for DRBG_internal
impl Copy for DRBG_internal
Auto Trait Implementations§
impl Freeze for DRBG_internal
impl RefUnwindSafe for DRBG_internal
impl !Send for DRBG_internal
impl !Sync for DRBG_internal
impl Unpin for DRBG_internal
impl UnwindSafe for DRBG_internal
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