pub struct Emsg {
pub timescale: u32,
pub presentation_time: EmsgTimestamp,
pub event_duration: u32,
pub id: u32,
pub scheme_id_uri: String,
pub value: String,
pub message_data: Vec<u8>,
}
Fields§
§timescale: u32
§presentation_time: EmsgTimestamp
§event_duration: u32
§id: u32
§scheme_id_uri: String
§value: String
§message_data: Vec<u8>
Trait Implementations§
impl Eq for Emsg
impl StructuralPartialEq for Emsg
Auto Trait Implementations§
impl Freeze for Emsg
impl RefUnwindSafe for Emsg
impl Send for Emsg
impl Sync for Emsg
impl Unpin for Emsg
impl UnwindSafe for Emsg
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