#[repr(C)]pub struct _rand48 {
pub _seed: [c_ushort; 3],
pub _mult: [c_ushort; 3],
pub _add: c_ushort,
pub _rand_next: c_ulonglong,
}
Fields§
§_seed: [c_ushort; 3]
§_mult: [c_ushort; 3]
§_add: c_ushort
§_rand_next: c_ulonglong
Trait Implementations§
impl Copy for _rand48
Auto Trait Implementations§
impl RefUnwindSafe for _rand48
impl Send for _rand48
impl Sync for _rand48
impl Unpin for _rand48
impl UnwindSafe for _rand48
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