#[repr(C)]pub struct prng_state {
pub __bindgen_anon_1: prng_state__bindgen_ty_1,
pub ready: c_short,
}Fields§
§__bindgen_anon_1: prng_state__bindgen_ty_1§ready: c_shortTrait Implementations§
Source§impl Clone for prng_state
impl Clone for prng_state
impl Copy for prng_state
Auto Trait Implementations§
impl Freeze for prng_state
impl RefUnwindSafe for prng_state
impl !Send for prng_state
impl !Sync for prng_state
impl Unpin for prng_state
impl UnwindSafe for prng_state
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