Struct pgrx_pg_sys::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
source§impl Default for drand48_data
impl Default for drand48_data
source§fn default() -> drand48_data
fn default() -> drand48_data
Returns the “default value” for a type. Read more