#[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