Struct browser_window::prelude::cdrand48_data [−]
#[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
impl Clone for cdrand48_data
impl Clone for cdrand48_data
pub fn clone(&self) -> cdrand48_data
pub fn clone(&self) -> cdrand48_data
Returns a copy of the value. Read more
Performs copy-assignment from source
. Read more
impl Debug for cdrand48_data
impl Debug for cdrand48_data
impl Copy for cdrand48_data
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