Struct aaronia_rtsa_sys::AARTSAAPI_Packet
source · #[repr(C)]pub struct AARTSAAPI_Packet {}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 f32Trait Implementations§
source§impl Clone for AARTSAAPI_Packet
impl Clone for AARTSAAPI_Packet
source§fn clone(&self) -> AARTSAAPI_Packet
fn clone(&self) -> AARTSAAPI_Packet
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 more