#[repr(C)]pub struct Struct_random_data {
pub fptr: *mut int32_t,
pub rptr: *mut int32_t,
pub state: *mut int32_t,
pub rand_type: c_int,
pub rand_deg: c_int,
pub rand_sep: c_int,
pub end_ptr: *mut int32_t,
}
Fields§
§fptr: *mut int32_t
§rptr: *mut int32_t
§state: *mut int32_t
§rand_type: c_int
§rand_deg: c_int
§rand_sep: c_int
§end_ptr: *mut int32_t
Trait Implementations§
Source§impl Clone for Struct_random_data
impl Clone for Struct_random_data
Source§impl Default for Struct_random_data
impl Default for Struct_random_data
impl Copy for Struct_random_data
Auto Trait Implementations§
impl Freeze for Struct_random_data
impl RefUnwindSafe for Struct_random_data
impl !Send for Struct_random_data
impl !Sync for Struct_random_data
impl Unpin for Struct_random_data
impl UnwindSafe for Struct_random_data
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