#[repr(C)]pub struct Struct_drand48_data {
pub __x: [c_ushort; 3],
pub __old_x: [c_ushort; 3],
pub __c: c_ushort,
pub __init: c_ushort,
pub __a: c_ulonglong,
}
Fields§
§__x: [c_ushort; 3]
§__old_x: [c_ushort; 3]
§__c: c_ushort
§__init: c_ushort
§__a: c_ulonglong
Trait Implementations§
Source§impl Clone for Struct_drand48_data
impl Clone for Struct_drand48_data
Source§impl Default for Struct_drand48_data
impl Default for Struct_drand48_data
impl Copy for Struct_drand48_data
Auto Trait Implementations§
impl Freeze for Struct_drand48_data
impl RefUnwindSafe for Struct_drand48_data
impl Send for Struct_drand48_data
impl Sync for Struct_drand48_data
impl Unpin for Struct_drand48_data
impl UnwindSafe for Struct_drand48_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