Struct swipl_fli::drand48_data
source · #[repr(C)]pub 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 drand48_data
impl Clone for drand48_data
source§fn clone(&self) -> drand48_data
fn clone(&self) -> drand48_data
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for drand48_data
impl Debug for drand48_data
impl Copy for drand48_data
Auto Trait Implementations§
impl RefUnwindSafe for drand48_data
impl Send for drand48_data
impl Sync for drand48_data
impl Unpin for drand48_data
impl UnwindSafe for 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