pub struct PushTransportEndEvent {
pub connection_id: Option<u8>,
pub container_type: Option<ContainerFormat>,
pub cmaf_session_number: Option<u64>,
}Fields§
§connection_id: Option<u8>§container_type: Option<ContainerFormat>§cmaf_session_number: Option<u64>Trait Implementations§
Source§impl Debug for PushTransportEndEvent
impl Debug for PushTransportEndEvent
Auto Trait Implementations§
impl Freeze for PushTransportEndEvent
impl RefUnwindSafe for PushTransportEndEvent
impl Send for PushTransportEndEvent
impl Sync for PushTransportEndEvent
impl Unpin for PushTransportEndEvent
impl UnwindSafe for PushTransportEndEvent
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