#[repr(C)]
pub struct AARTSAAPI_Packet {
Show 14 fields pub cbsize: i64, pub streamID: u64, pub flags: u64, pub startTime: f64, pub endTime: f64, pub startFrequency: f64, pub stepFrequency: f64, pub spanFrequency: f64, pub rbwFrequency: f64, pub num: i64, pub total: i64, pub size: i64, pub stride: i64, pub fp32: *mut f32,
}

Fields§

§cbsize: i64§streamID: u64§flags: u64§startTime: f64§endTime: f64§startFrequency: f64§stepFrequency: f64§spanFrequency: f64§rbwFrequency: f64§num: i64§total: i64§size: i64§stride: i64§fp32: *mut f32

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.