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