Struct wolf_crypto_sys::WC_RNG
source · #[repr(C)]pub struct WC_RNG {
pub seed: OS_Seed,
pub heap: *mut c_void,
pub drbg: *mut DRBG,
pub drbg_data: DRBG_internal,
pub status: byte,
}Fields§
§seed: OS_Seed§heap: *mut c_void§drbg: *mut DRBG§drbg_data: DRBG_internal§status: byteTrait Implementations§
Auto Trait Implementations§
impl Freeze for WC_RNG
impl RefUnwindSafe for WC_RNG
impl !Send for WC_RNG
impl !Sync for WC_RNG
impl Unpin for WC_RNG
impl UnwindSafe for WC_RNG
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)