Struct browser_window_core::prelude::cdrand48_data [−][src]
#[repr(C)]pub struct cdrand48_data {
pub __x: [u16; 3],
pub __old_x: [u16; 3],
pub __c: u16,
pub __init: u16,
pub __a: u64,
}
Fields
__x: [u16; 3]
__old_x: [u16; 3]
__c: u16
__init: u16
__a: u64
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