Struct libflycapture2_sys::drand48_data [] [src]

#[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

Trait Implementations

impl Copy for drand48_data
[src]

impl Clone for drand48_data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for drand48_data
[src]

Formats the value using the given formatter.

impl Default for drand48_data
[src]

Returns the "default value" for a type. Read more