[][src]Struct wfdb_rust::header::RecordLine

pub struct RecordLine {
    pub record_name: String,
    pub number_of_segments: Option<u32>,
    pub number_of_signals: u32,
    pub sampling_frequency: Option<f32>,
    pub counter_frequency: Option<f32>,
    pub base_counter_value: Option<f32>,
    pub samples_per_signal: Option<u32>,
    pub base_time: Option<String>,
    pub base_date: Option<String>,
}

Fields

record_name: Stringnumber_of_segments: Option<u32>number_of_signals: u32sampling_frequency: Option<f32>counter_frequency: Option<f32>base_counter_value: Option<f32>samples_per_signal: Option<u32>base_time: Option<String>base_date: Option<String>

Trait Implementations

impl PartialEq<RecordLine> for RecordLine[src]

impl Debug for RecordLine[src]

impl StructuralPartialEq for RecordLine[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]