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: Bytes,
}Fields§
§timescale: u32§presentation_time: EmsgTimestamp§event_duration: u32§id: u32§scheme_id_uri: String§value: String§message_data: BytesTrait 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)