Struct ffmpeg_sys_next::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_ulonglongTrait 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 PartialEq<drand48_data> for drand48_data
impl PartialEq<drand48_data> for drand48_data
source§fn eq(&self, other: &drand48_data) -> bool
fn eq(&self, other: &drand48_data) -> bool
This method tests for
self and other values to be equal, and is used
by ==.