pub struct EEGData {
pub device_info: DeviceInfo,
pub eeg_settings: EEGSettings,
pub trigger_info: TriggerInfo,
}
Expand description
Main struct representing EEG data, including device, settings, and trigger info.
Fields§
§device_info: DeviceInfo
§eeg_settings: EEGSettings
§trigger_info: TriggerInfo
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EEGData
impl RefUnwindSafe for EEGData
impl Send for EEGData
impl Sync for EEGData
impl Unpin for EEGData
impl UnwindSafe for EEGData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more