Struct browser_window_c::cdrand48_data [−][src]
#[repr(C)]pub struct cdrand48_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
Auto Trait Implementations
impl RefUnwindSafe for cdrand48_data
impl Send for cdrand48_data
impl Sync for cdrand48_data
impl Unpin for cdrand48_data
impl UnwindSafe for cdrand48_data
Blanket Implementations
Mutably borrows from an owned value. Read more