pub struct Header {Show 14 fields
pub channel_meta_ptr: u32,
pub channel_data_ptr: u32,
pub event_ptr: u32,
pub device_serial: u32,
pub device_type: String,
pub device_version: u16,
pub num_channels: u32,
pub date_string: String,
pub time_string: String,
pub driver: String,
pub vehicleid: String,
pub venue: String,
pub session: String,
pub short_comment: String,
}
Fields§
§channel_meta_ptr: u32
§channel_data_ptr: u32
§event_ptr: u32
§device_serial: u32
§device_type: String
§device_version: u16
§num_channels: u32
§date_string: String
§time_string: String
§driver: String
§vehicleid: String
§venue: String
§session: String
§short_comment: String
Trait Implementations§
impl StructuralPartialEq for Header
Auto Trait Implementations§
impl Freeze for Header
impl RefUnwindSafe for Header
impl Send for Header
impl Sync for Header
impl Unpin for Header
impl UnwindSafe for Header
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