#[repr(C)]pub struct WC_RNG {
pub seed: OS_Seed,
pub heap: *mut c_void,
pub status: byte,
pub __bindgen_anon_1: WC_RNG__bindgen_ty_1,
pub pid: pid_t,
}Fields§
§seed: OS_Seed§heap: *mut c_void§status: byte§__bindgen_anon_1: WC_RNG__bindgen_ty_1§pid: pid_tTrait 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 UnsafeUnpin 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